mcramer
2013-09-02 e0dc711c2b2dc4e2ec397d7f53910f11e1ca4ade
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'];
                }