]> andersk Git - sql-web.git/blobdiff - signup.php
gssapi:/api, cleanup old php.ini files
[sql-web.git] / signup.php
index 96aba8c9429223aa9f7b4f938f4d9041f0687f8a..5d55fcc2e334382c4d54b6d73fdb71fa0b9d22ef 100644 (file)
@@ -26,7 +26,8 @@ if (isLoggedIn()) {
                        } else {
                                $u = new User($LoginSSL->getUserId());
                                $u->signup($i_p1);
-                               $LoginSSL->refresh();
+                // TODO: missing function call, replace?
+                               // $LoginSSL->refresh();
                                redirect('login', true);
                        }
                } elseif (isPost()) {
This page took 0.045445 seconds and 4 git commands to generate.