ftimme
2013-07-04 820e4a545e723976ce3f4ce0e57eef02f9b3cf7d
server/plugins-available/cron_plugin.inc.php
@@ -212,7 +212,7 @@
                    }
                    
                    $command .= "\t";
                    if(substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/';
                    if($job['type'] == 'chrooted' && substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/';
                    $command .= $job['command'];
                }