Moved files to new directories to allow for more logical organization (and for easier use on my side).
This commit is contained in:
5
api/crontab_stats.php
Normal file
5
api/crontab_stats.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
echo "Total Crontabs:<br>";
|
||||
$crontab_counts=shell_exec('./count-crontabs.sh');
|
||||
echo "$crontab_counts";
|
||||
?>
|
Reference in New Issue
Block a user