Till Brehm
2014-03-13 d10d15da9b28dedcd03dbb599a3cd004dbb2c8b3
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'];
            }