commit | 3e7f3a8c401c86fa6a4a01c51f50e6f2cb279980 | [log] [tgz] |
---|---|---|
author | droy <droy> | Thu Nov 29 19:35:51 2007 +0000 |
committer | droy <droy> | Thu Nov 29 19:35:51 2007 +0000 |
tree | c88fede8cee9709e0a58d4904fd15b530d305d48 | |
parent | 25f235913a02dfeef093c988056e19ba2caf154b [diff] [blame] |
Implement Event logging
diff --git a/html/global.php b/html/global.php index 8bd87c4..98a10bf 100644 --- a/html/global.php +++ b/html/global.php
@@ -28,7 +28,9 @@ } $GLOBALS['g_LOADTIME'] = microtime(); require(BABEL_BASE_DIR . "classes/system/dbconnection.class.php"); +require(BABEL_BASE_DIR . "classes/system/event_log.class.php"); require_once(BABEL_BASE_DIR . "classes/system/user.class.php"); + session_name(COOKIE_SESSION); session_start(); extract($_SESSION);