]> git.datanom.net - qtadmin.git/blobdiff - auth.php
Add change row per page
[qtadmin.git] / auth.php
index be1a20dc0f5289ad857c100c2a13cd5699c14013..8cd2223547697599bcc31b1d1c51b14fee8ad269 100644 (file)
--- a/auth.php
+++ b/auth.php
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/utils.inc.php';
 
@@ -59,7 +59,7 @@ LF;
 </html>
 LE;
 
-    $util = Utils::getInstance();
+    $util = new Utils;
     if (isset($_GET['op']))
         $action = $_GET['op'];
     else
This page took 0.027857 seconds and 5 git commands to generate.