Line 0
Link Here
|
|
|
1 |
--- misc/monitor.php.orig Thu Mar 30 14:13:13 2006 |
2 |
+++ misc/monitor.php Thu Jun 15 12:32:05 2006 |
3 |
@@ -39,17 +39,17 @@ |
4 |
$required_files = array( |
5 |
APP_PATH . 'config.inc.php' => array( |
6 |
'check_owner' => true, |
7 |
- 'owner' => 'apache', |
8 |
+ 'owner' => 'www', |
9 |
'check_group' => true, |
10 |
- 'group' => 'apache', |
11 |
+ 'group' => 'www', |
12 |
'check_permission' => true, |
13 |
'permission' => 755, |
14 |
), |
15 |
APP_PATH . 'setup.conf.php' => array( |
16 |
'check_owner' => true, |
17 |
- 'owner' => 'apache', |
18 |
+ 'owner' => 'www', |
19 |
'check_group' => true, |
20 |
- 'group' => 'apache', |
21 |
+ 'group' => 'www', |
22 |
'check_permission' => true, |
23 |
'permission' => 750, |
24 |
'check_filesize' => true, |
25 |
@@ -60,4 +60,4 @@ |
26 |
Monitor::checkDatabase(); |
27 |
Monitor::checkMailQueue(); |
28 |
Monitor::checkIRCBot(); |
29 |
-?> |
30 |
\ No newline at end of file |
31 |
+?> |