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
lolo888
ISPConfig 3
Commits
a7b01dae
Commit
a7b01dae
authored
Aug 10, 2012
by
tbrehm
Browse files
Fixed: FS#2359 - potential bug in monito_tools.inc.php
parent
5be51012
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/monitor_tools.inc.php
View file @
a7b01dae
...
@@ -996,7 +996,7 @@ class monitor_tools {
...
@@ -996,7 +996,7 @@ class monitor_tools {
*/
*/
$tmp
=
explode
(
"
\n
"
,
$data
[
'output'
]);
$tmp
=
explode
(
"
\n
"
,
$data
[
'output'
]);
$more
=
$tmp
[
sizeof
(
$tmp
)
-
1
];
$more
=
$tmp
[
sizeof
(
$tmp
)
-
1
];
$this
->
_getIntArray
(
$more
);
$res
=
$this
->
_getIntArray
(
$more
);
$data
[
'bytes'
]
=
$res
[
0
];
$data
[
'bytes'
]
=
$res
[
0
];
$data
[
'requests'
]
=
$res
[
1
];
$data
[
'requests'
]
=
$res
[
1
];
...
...
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