Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
4f02ea65
Commit
4f02ea65
authored
May 08, 2014
by
Till Brehm
Browse files
Fixed syntax error.
parent
7dd9234b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/mods-available/rescue_core_module.inc.php
View file @
4f02ea65
...
...
@@ -382,7 +382,7 @@ class rescue_core_module {
* @param type $daemon the name of the daemon
*/
private
function
_rescueDaemon
(
$daemon
){
global
$conf
;
global
$conf
,
$app
;
$app
->
uses
(
'system'
);
// if you need to find all restarts search for "['init_scripts']"
...
...
Write
Preview
Supports
Markdown
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