Blah. Didnt save this one before commiting the last fix. Some day I will get this right.
parent
9891952c34
commit
5268c1c472
|
@ -83,7 +83,7 @@ function makePassword($min_length=6) {
|
|||
return $password;
|
||||
}
|
||||
|
||||
switch ($act) {
|
||||
switch ($op) {
|
||||
case "Login":
|
||||
session_start();
|
||||
$user = new User($userid,$passwd);
|
||||
|
|
Loading…
Reference in New Issue