]> git.datanom.net - qtadmin.git/commitdiff
finish log method
authorMichael Rasmussen <mir@datanom.net>
Sat, 6 Jun 2015 13:29:11 +0000 (15:29 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sat, 6 Jun 2015 13:29:11 +0000 (15:29 +0200)
index.php

index f0a89360d901a59cfaef029a74bf9ece3ed8abf2..4f95bf1196fc29da9fa071f543155e072c2fb9e0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,7 @@
 <?php
 /* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'config.php';
+    require_once $CFG->root . 'lib/session_handler.inc.php';
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
 
This page took 0.032186 seconds and 5 git commands to generate.