]> andersk Git - sql-web.git/blobdiff - global.act.php
admin usertable paging and sort
[sql-web.git] / global.act.php
index 8fe4a4c1433cd644c04bbba2a3c6582bfdf86acd..467282be760f9ebf83b7803a5aea32db2fb090ed 100644 (file)
@@ -44,4 +44,9 @@ if (isSSL() || !isLoggedIn()) {
        unset($_SESSION['LoginSSL']);
 }
 
+if (isPost() || isset($i_refresh)) {
+       checkQuotas($UserId);
+       isset($i_refresh) && redirect('main');
+}
+
 ?>
This page took 0.024221 seconds and 4 git commands to generate.