This commit is contained in:
2023-07-19 22:41:41 +09:00
parent 1b9acbca40
commit 2efbeb0072
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ require_once './db_connection.php';
require_once './modules/user.mod.php'; require_once './modules/user.mod.php';
$chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&()*+-./:;<=>?@[]^_`~'; $chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
$user = new User; $user = new User;
+1 -1
View File
@@ -17,5 +17,5 @@ if ($user -> inheritance_code === $code)
$user -> pass]); $user -> pass]);
} }
else else
echo 0; echo '0';