Made changes and got shell_exec working
This commit is contained in:
@@ -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");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user