Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
9bd8d9f9
Commit
9bd8d9f9
authored
Mar 19, 2010
by
tbrehm
Browse files
Fixed a php warning in show_sys_state.php
parent
623a4067
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/monitor/show_sys_state.php
View file @
9bd8d9f9
...
...
@@ -203,7 +203,7 @@ function _getServerState($serverId, $serverName, $showAll)
/*
* gets the state from the db and process it
*/
function
_processDbState
(
$type
,
$serverId
,
&
$serverState
,
&
$messages
)
function
_processDbState
(
$type
,
$serverId
,
$serverState
,
$messages
)
{
global
$app
;
...
...
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