diff options
Diffstat (limited to 'www/functions')
| -rwxr-xr-x | www/functions/func_register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_register.php b/www/functions/func_register.php index 252467b..8321339 100755 --- a/www/functions/func_register.php +++ b/www/functions/func_register.php @@ -30,7 +30,7 @@ function register($db){ $test_key = $test_key_ar[0]; if (empty($test_status_ar) || $test_status_int != 0 || $test_key != $_POST["key"] || $test_key == ""){ - return REGISTER_PROHOBITED; + return REGISTER_PROHIBITED; } $id_db = $db->query("SELECT id FROM user WHERE email='" . $safe_email . "';"); |
