Marius Cramer
2014-05-08 d195e3969b6d548a56201233e6a28f7b5dc7a014
server/plugins-available/cron_plugin.inc.php
@@ -213,7 +213,7 @@
               }
               $command .= "\t";
               if($job['type'] == 'chrooted' && 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'];
            }