パスコードに用ゐる文字変更

This commit is contained in:
Gitea
2023-07-13 01:33:28 +09:00
parent 71a047573a
commit 4ec153beb7
+1 -1
View File
@@ -5,7 +5,7 @@ require_once './db_connection.php';
require_once './modules/user.mod.php';
$chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\'()*+-./:;<=>?@[\]^_`~';
$chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&()*+-./:;<=>?@[]^_`~';
$user = new User;