Committed for move

This commit is contained in:
2023-05-15 16:45:18 -05:00
parent 343a01cf61
commit 6194dda84a
8 changed files with 172 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<?php
echo "Total Crontabs:<br>";
$crontab_counts=shell_exec('./count-crontabs.sh');
$crontab_counts=shell_exec('../../Scripts/count-crontabs.sh');
echo "$crontab_counts";
?>