Made changes and got shell_exec working
This commit is contained in:
parent
bfa1ed68f6
commit
dbc5587bb6
@ -1,5 +1,3 @@
|
||||
<?php
|
||||
$db = new SQLite3("../../webcron.db");
|
||||
$res = $db->querySingle("SELECT COUNT(*) FROM crontabs");
|
||||
echo "Total Crontabs:$res<br>";
|
||||
echo shell_exec("../../Scripts/count-crontabs.sh");
|
||||
?>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
echo shell_exec("uname -a");
|
||||
echo shell_exec("../../Scripts/count-crontabs.sh");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user