Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
21567d71
Commit
21567d71
authored
Oct 01, 2009
by
tbrehm
Browse files
Fixed: FS#917 - Problem with cron not url or script sh
parent
f96cd57a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/cron_plugin.inc.php
View file @
21567d71
...
...
@@ -199,7 +199,7 @@ class cron_plugin {
}
$command
.
=
"
\t
"
;
if
(
substr
(
$job
[
'command'
],
0
,
1
)
!=
"/"
)
$command
.
=
$this
->
parent_domain
[
'document_root'
];
if
(
substr
(
$job
[
'command'
],
0
,
1
)
!=
"/"
)
$command
.
=
$this
->
parent_domain
[
'document_root'
]
.
'/'
;
$command
.
=
$job
[
'command'
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment