Cleanup of cron file
parent
f9df8c24
No related branches found
No related tags found
-
@prasad is this lines still necessary?
$site_URLArray = explode('/',$site_URL); $version = explode('.', phpversion()); $php = ($version[0] * 10000 + $version[1] * 100 + $version[2]); if($php < 50300){ $hostName = php_uname('n'); } else { $hostName = gethostname(); } $mailbody ="Instance dir : $root_directory <br/> Site Url : $site_URL <br/> Host Name : $hostName<br/>"; $mailSubject = "[Alert] "; ```
-
@manuelgit - yes, there was a dependency on notification.
Please register or sign in to comment