tbrehm
2013-06-28 05189b3425b694a3377495cb0c6838383722cde2
Fix: Dont add path as command prefix in full crons.
1 files modified
2 ■■■ changed files
server/plugins-available/cron_plugin.inc.php 2 ●●● patch | view | raw | blame | history
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'];
                }