Blah. Didnt save this one before commiting the last fix. Some day I will get this right.

3-00
natrak 2000-06-02 21:28:27 +00:00
parent 9891952c34
commit 5268c1c472
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function makePassword($min_length=6) {
return $password;
}
switch ($act) {
switch ($op) {
case "Login":
session_start();
$user = new User($userid,$passwd);