Maintenance update for automake and PHP.
[gnucomo.git] / src / web / page.class.php
index 48ea4b8..8b9603e 100644 (file)
@@ -222,9 +222,9 @@ class page
             }
             else
             {
-               session_register('username');
+               //DEPRECATED session_register('username');
                $_SESSION['username'] = $name;
-               session_register('password');
+               //DEPRECATED session_register('password');
                $_SESSION['password'] = $passw;
                $this->Body();
             }