]> andersk Git - sql-web.git/blobdiff - global.act.php
index redirects to vhost when on home tab
[sql-web.git] / global.act.php
index 1a9b64d6731d16c3454280a00d0fed254341f553..b7ff5ee370dabd0ca2388af4167f76d8599d78f7 100644 (file)
@@ -47,10 +47,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.257791 seconds and 4 git commands to generate.