Update views.php
This commit is contained in:
@@ -186,10 +186,6 @@ if(isset($_GET['view'])){
|
|||||||
}
|
}
|
||||||
} elseif(isset($_GET['submit'])) {
|
} elseif(isset($_GET['submit'])) {
|
||||||
$command = $_GET['submit'];
|
$command = $_GET['submit'];
|
||||||
if(isset($command)){
|
|
||||||
$results = shell_exec("$command 2>&1");
|
|
||||||
echo "<pre>$results</pre>";
|
|
||||||
}
|
|
||||||
ob_end_flush();
|
ob_end_flush();
|
||||||
} else {include('overview.php');}
|
} else {include('overview.php');}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user