| | |
| | | $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') { |