細部
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ require_once './db_connection.php';
|
||||
require_once './modules/user.mod.php';
|
||||
|
||||
|
||||
$chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&()*+-./:;<=>?@[]^_`~';
|
||||
$chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||
|
||||
$user = new User;
|
||||
|
||||
|
||||
+1
-1
@@ -17,5 +17,5 @@ if ($user -> inheritance_code === $code)
|
||||
$user -> pass]);
|
||||
}
|
||||
else
|
||||
echo 0;
|
||||
echo '0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user