Menu

[2eb2a2]: / bottom-with-navbar.inc.php  Maximize  Restore  History

Download this file

11 lines (10 with data), 374 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<hr>
<?php
echo "<a href=\"index.php\"><img src=\"icons/home.png\"> Main</a> |";
echo "<a href=\"list_scripts.php\"><img src=\"pictures/rss-icon.png\" border=0/> List Scripts</a></a> | ";
echo "<a href=\"dbsync.php\"><img src=\"icons/show2.png\"> Synchronize</a> | ";
if ($enable_server_stats) echo "<a href=\"server_stats.php\">Statistics</a>";
?>
</td>
</tr>
</table>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.