Browse Source

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

main
Gitea 1 year ago
parent
commit
4ec153beb7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      create_user.php

+ 1
- 1
create_user.php View File

@@ -5,7 +5,7 @@ require_once './db_connection.php';
require_once './modules/user.mod.php';


$chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\'()*+-./:;<=>?@[\]^_`~';
$chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&()*+-./:;<=>?@[]^_`~';

$user = new User;



Loading…
Cancel
Save