fix search attribute name

This commit is contained in:
ghost 2023-08-13 17:53:11 +03:00
parent f7f4f54b62
commit 0b5bb61a15

View File

@ -120,7 +120,7 @@ $peerInfo = $memory->getByMethodCallback($db, 'getPeerInfo', [$requestPeerId]);
<div class="row">
<a class="logo" href="<?php echo WEBSITE_URL ?>"><?php echo str_replace('YGG', '<span>YGG</span>', WEBSITE_NAME) ?></a>
<form name="search" method="get" action="<?php echo WEBSITE_URL ?>/search.php">
<input type="text" name="search" value="" placeholder="<?php echo _('address, ip, port, keyword...') ?>" />
<input type="text" name="query" value="" placeholder="<?php echo _('address, ip, port, keyword...') ?>" />
<button type="submit"><?php echo _('search') ?></button>
</form>
</div>