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

Commit e2e388a

Browse files
author
NerdOfLinux
authored
Update options.php
1 parent ff62169 commit e2e388a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

options.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
</body>
2323

2424
<?php
25-
$db = $_POST['mysql_get'];
26-
$query = $_POST['myquery'];
27-
$execute = shell_exec("./mysql.sh $db $query");
28-
echo $execute;
2925

3026
$cwd=getcwd();
3127
echo "Current directory: $cwd";

0 commit comments

Comments
 (0)