diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/functions.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/functions.php b/www/functions.php index 134c0b0..5940aa4 100644 --- a/www/functions.php +++ b/www/functions.php @@ -168,8 +168,6 @@ function invite($db){ function register($db){ if($_SERVER['REQUEST_METHOD'] == 'POST') { - session_start(); - $name = $_POST["name"]; $cleartext_password = $_POST["pswd"]; $second_password = $_POST["2ndpswd"]; |
