Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
8418bdc9
Commit
8418bdc9
authored
Mar 10, 2009
by
tbrehm
Browse files
No commit message
No commit message
parent
1054a302
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/mods-available/monitor_core_module.inc.php
View file @
8418bdc9
...
...
@@ -1202,7 +1202,7 @@ class monitor_core_module {
case
'log_messages'
:
if
(
$dist
==
'debian'
)
$logfile
=
'/var/log/messages'
;
if
(
$dist
==
'redhat'
)
$logfile
=
'/var/log/messages'
;
if
(
$dist
==
'suse'
)
$logfile
=
'/var/log/messages'
if
(
$dist
==
'suse'
)
$logfile
=
'/var/log/messages'
;
break
;
case
'log_ispc_cron'
:
if
(
$dist
==
'debian'
)
$logfile
=
'/var/log/ispconfig/cron.log'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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