testing service_controls
This commit is contained in:
@@ -88,8 +88,8 @@ error_reporting(E_ALL);
|
|||||||
|
|
||||||
if(isset($_POST['submit'])){
|
if(isset($_POST['submit'])){
|
||||||
$command = $_POST['submit'];
|
$command = $_POST['submit'];
|
||||||
echo "<h3>Executed $command</h3>";
|
$results = shell_exec("$command");
|
||||||
shell_exec("$command");
|
echo "$results";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user