fix search url

This commit is contained in:
ghost 2023-08-13 17:51:38 +03:00
parent 0e748f97df
commit f7f4f54b62

View File

@ -119,7 +119,7 @@ $peerInfo = $memory->getByMethodCallback($db, 'getPeerInfo', [$requestPeerId]);
<div class="container">
<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 ?>/peer.php">
<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...') ?>" />
<button type="submit"><?php echo _('search') ?></button>
</form>