Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 5620053

Browse files
author
nerdofcode
committed
Added a footer on index
1 parent 8f42221 commit 5620053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<body>
2020
<h1 style="text-align: center;">Admin Panel</h1>
2121
<a href="logout.php">Logout</a><hr>
22-
<p>You are currently running version <?php echo $version; ?></p>
2322
<p>Below you will find shortcuts to a number of settings meant to replace SSH</p>
2423

2524
<a href="shell.php"><p class="server">EXECUTE SHELL</p></a>
2625
<a href="mysql_exec.php"><p class="server">EXECUTE MYSQL</p></a>
2726
<a href="php_exec.php"><p class="server">EXECUTE PHP</p></a>
27+
<p class="footer">Version: <?php echo $version; ?></p>
2828
</body>
2929

3030

0 commit comments

Comments
 (0)