tbrehm
2013-06-28 576a04d47430e4c0e62852ebb5a44d8fa71a146d

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(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'];
                }