cleanup sync

--HG--
branch : rc-botanic-webdev
hg/feature/sse2
Botanic 11 years ago
parent 3dbb08f1d1
commit 677c8fa251

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

Loading…
Cancel
Save