Marius Cramer
2014-07-08 6e1bd90b34d295a4f12b8a0ec95a530d58e11f5c
server/plugins-available/cron_plugin.inc.php
@@ -231,12 +231,8 @@
               $job['command'] = str_replace('[web_root]', $web_root, $job['command']);
               $command .= "\t";
               if($job['type'] != 'chrooted' && substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/';
<<<<<<< HEAD
               //if($job['type'] != 'chrooted' && substr($job['command'], 0, 1) != "/") $command .= $this->parent_domain['document_root'].'/';
               $command .= $job['command'] . " " . $log_target;
=======
               $command .= $job['command'];
>>>>>>> origin/stable-3.0.5
            }
            if($job['type'] == 'chrooted') {