diff options
| author | root | 2014-03-10 21:54:54 +0100 |
|---|---|---|
| committer | root | 2014-03-10 21:54:54 +0100 |
| commit | ca511853d6fb9b9a0e1b3a0388c706c2ee0b6499 (patch) | |
| tree | acd65a6095a9e75230a1859256ff377b4d49fea2 | |
| parent | 6a0cf8f00e7e7020b8510f2874c565d48fc7b73b (diff) | |
| download | files.iamfabulous.de-ca511853d6fb9b9a0e1b3a0388c706c2ee0b6499.tar.gz | |
func
| -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"]; |
