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

Commit aee65e5

Browse files
author
NerdOfLinux
authored
Update mysql_exec.php
1 parent 98f4e91 commit aee65e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mysql_exec.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
</head>
2020
<body>
2121
<h1 style="text-align: center;">Admin Panel</h1>
22+
<div id="blueLink">
2223
<a href="logout.php">Logout</a>&ensp;
2324
<a href="options.php">Home</a><hr>
25+
</div>
2426
<p>You can execute shell commands seperately from Mysql commands</p>
2527
<form action="" name="query" id="query" method="post">
2628
DBNAM: &nbsp;&nbsp;&nbsp;<input type="text" id="mysql_get" name="mysql_get" placeholder="ex: custom" value="<?php echo $_SESSION[udb];?>"></input><br><br>

0 commit comments

Comments
 (0)