]> andersk Git - sql-web.git/blobdiff - global.act.php
signup: now takes signups by argument
[sql-web.git] / global.act.php
index 1a6a98d0e59db6284920bbc4ccd9970388c5d45c..b7ff5ee370dabd0ca2388af4167f76d8599d78f7 100644 (file)
@@ -47,12 +47,14 @@ if (isOnline()) {
                unset($_SESSION['LoginSSL']);
        }
 
+       /*
        if (isPost() || isset($i_refresh)) {
                if (!empty($UserId)) {
                        checkQuotas($UserId);
                }
-               isset($i_refresh) && redirect('main');
+               isset($i_refresh) && redirect('main?r');
        }
+       */
 
 } // isOnline()
 
This page took 0.053131 seconds and 4 git commands to generate.