]> andersk Git - sql-web.git/blobdiff - global.act.php
is_numeric bug in fetchRows and more
[sql-web.git] / global.act.php
index 1a9b64d6731d16c3454280a00d0fed254341f553..724ab548b15cebff648f7a88cea047becb0fa633 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+/*
+       (c) 2005 Joe Presbrey
+*/
 
 require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
@@ -47,10 +50,14 @@ if (isOnline()) {
                unset($_SESSION['LoginSSL']);
        }
 
+       /*
        if (isPost() || isset($i_refresh)) {
-               checkQuotas($UserId);
-               isset($i_refresh) && redirect('main');
+               if (!empty($UserId)) {
+                       checkQuotas($UserId);
+               }
+               isset($i_refresh) && redirect('main?r');
        }
+       */
 
 } // isOnline()
 
This page took 0.02489 seconds and 4 git commands to generate.