Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
e956aca5
Commit
e956aca5
authored
Apr 15, 2015
by
Marius Cramer
Browse files
- patches for some errors
parent
0b45705b
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/cron.php
View file @
e956aca5
...
...
@@ -74,7 +74,7 @@ foreach($files as $f) {
unset
(
$cronjob
);
continue
;
}
print
'Included '
.
$class_name
.
' from '
.
$
file_path
.
' -> will now run job.'
.
"
\n
"
;
print
'Included '
.
$class_name
.
' from '
.
$
path
.
'/'
.
$f
.
' -> will now run job.'
.
"
\n
"
;
$cronjob
->
run
();
...
...
server/plugins-available/nginx_plugin.inc.php
View file @
e956aca5
...
...
@@ -2365,7 +2365,7 @@ class nginx_plugin {
}
elseif
(
$data
[
'new'
][
'php'
]
!=
'hhvm'
&&
$data
[
'old'
][
'php'
]
==
'hhvm'
)
{
exec
(
'/etc/init.d/hhvm_'
.
$data
[
'old'
][
'system_user'
]
.
' stop >/dev/null 2>&1'
);
exec
(
'/usr/sbin/update-rc.d hhvm_'
.
$data
[
'old'
][
'system_user'
]
.
' remove >/dev/null 2>&1'
);
unlink
(
'/etc/init.d/hhvm_'
.
$data
[
'old'
][
'system_user'
]
.
' >/dev/null 2>&1'
);
unlink
(
'/etc/init.d/hhvm_'
.
$data
[
'old'
][
'system_user'
]);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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