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
isp
ISPConfig 3
Commits
1e1f85f3
Commit
1e1f85f3
authored
May 03, 2012
by
tbrehm
Browse files
Fixed: FS#2174 - Number of warnings in monitor
parent
976677a7
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/monitor/show_sys_state.php
View file @
1e1f85f3
...
@@ -302,8 +302,8 @@ function _getServerState($serverId, $serverName) {
...
@@ -302,8 +302,8 @@ function _getServerState($serverId, $serverName) {
/*
/*
* gets the state from the db and process it
* gets the state from the db and process it
*/
*/
function
_processDbState
(
$type
,
$serverId
)
{
function
_processDbState
(
$type
,
$serverId
,
$serverState
,
$messages
)
{
global
$app
,
$serverState
,
$messages
;
global
$app
;
/*
/*
* Always the NEWEST record of each monitoring is responsible for the
* Always the NEWEST record of each monitoring is responsible for the
...
...
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