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
ISPConfig
ISPConfig 3
Commits
60e06a66
Commit
60e06a66
authored
Aug 28, 2009
by
tbrehm
Browse files
No commit message
No commit message
parent
f3f32d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/mods-available/monitor_core_module.inc.php
View file @
60e06a66
...
...
@@ -702,7 +702,7 @@ class monitor_core_module {
*/
$min
=
date
(
'i'
);
$hour
=
date
(
'H'
);
if
!
(
$min
==
0
&&
$hour
==
23
)
return
;
if
(
!
(
$min
==
0
&&
$hour
==
23
)
)
return
;
global
$app
;
global
$conf
;
...
...
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