mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Remove search box $_POST since it is unused
This commit is contained in:
parent
8313a3fcb3
commit
df2ce8a075
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
<?php p($l->t('Search'));?>
|
||||
</label>
|
||||
<input id="searchbox" class="svg" type="search" name="query"
|
||||
value="<?php if(isset($_POST['query'])) {p($_POST['query']);};?>"
|
||||
value=""
|
||||
autocomplete="off" tabindex="5">
|
||||
</form>
|
||||
</div></header>
|
||||
|
|
|
|||
Loading…
Reference in a new issue