パスコードに用ゐる文字変更
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user