]> git.datanom.net - qtadmin.git/blobdiff - index.php
Drop singleton
[qtadmin.git] / index.php
index 338432cdc06150372a7badebd337dd43d25633ae..f0a89360d901a59cfaef029a74bf9ece3ed8abf2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
 
-    $util = Utils::getInstance();
+    $util = new Utils;
     unset($_SESSION['mailInfo']);
 
     if ($util->isLoggedIn()) {
This page took 0.02772 seconds and 5 git commands to generate.