--HG-- branch : rc-botanic-webdev
@ -19,6 +19,7 @@ class Sync{
$pid = pcntl_fork();
}
$pidfile = '/tmp/ams_cron_pid';
if(isset($pid)) {
// We're the main process.
} else {