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);