rename info page

This commit is contained in:
ghost 2023-08-30 15:53:57 +03:00
parent 1e3dc3fa9d
commit ea97dbc540
5 changed files with 5 additions and 5 deletions

View file

@ -756,7 +756,7 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
<a href="<?php echo $value->stats ?>"><?php echo _('Stats') ?></a>
|
<?php } ?>
<a href="<?php echo WEBSITE_URL ?>/info.php"><?php echo _('Info') ?></a>
<a href="<?php echo WEBSITE_URL ?>/node.php"><?php echo _('Node') ?></a>
|
<a href="<?php echo WEBSITE_URL ?>/index.php?rss"><?php echo _('RSS') ?></a>
|