From 3ea1119e500c23ee918569e2a58cc5abaa1d8a5a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 17 Jul 2008 12:36:13 -0400 Subject: define syslog variables in common.php darcs-hash:20080717163613-84dde-2684415a03d1a2754e148e4921ce39ad075bbc5b.gz --- lib/common.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index a49806b05..25dbbf341 100644 --- a/lib/common.php +++ b/lib/common.php @@ -26,6 +26,8 @@ define('AVATAR_STREAM_SIZE', 48); define('AVATAR_MINI_SIZE', 24); define('MAX_AVATAR_SIZE', 256 * 1024); +define_syslog_variables(); + # global configuration object require_once('PEAR.php'); -- cgit v1.2.3-54-g00ecf