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
Dirk Dankhoff
ISPConfig 3
Commits
f63bda16
Commit
f63bda16
authored
Mar 26, 2011
by
vogelor
Browse files
fixed two missing globals ;-(
parent
51cf609f
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/monitor_tools.inc.php
View file @
f63bda16
...
...
@@ -1070,6 +1070,7 @@ class monitor_tools {
}
public
function
monitorSysLog
()
{
global
$app
;
global
$conf
;
/* the id of the server as int */
...
...
server/mods-available/monitor_core_module.inc.php
View file @
f63bda16
...
...
@@ -76,6 +76,7 @@ class monitor_core_module {
*/
// TODO: what monitoring is done should be a config-var
private
function
_doMonitor
()
{
global
$app
;
/*
* We need the tools in almost every method, so initialize them once...
*/
...
...
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