summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-12 11:15:21 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-12 11:15:21 -0400
commita25f5010e682a0fc950e2ef2476af7b631ada5bf (patch)
tree1e64735c09d13c0b752667f52182cc26d34cb2f2 /lib/common.php
parent74c3b9de236b61e731cbdca6564fba773b34a23b (diff)
add the logfile entry to common, a little recoding in common_log
darcs-hash:20080712151521-84dde-a81c53bacbe15e77b70fc460ad9143e7e4f8402c.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 15ba1ed2a..9d321f27d 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -40,6 +40,7 @@ $config =
'server' => 'localhost',
'theme' => 'default',
'path' => '/',
+ 'logfile' => NULL,
'fancy' => false,
'email' => $_SERVER['SERVER_ADMIN'],
'broughtby' => NULL,