Browse Source

細部

main
Miteruzo 1 year ago
parent
commit
2efbeb0072
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      create_user.php
  2. +1
    -1
      inherit_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;



+ 1
- 1
inherit_user.php View File

@@ -17,5 +17,5 @@ if ($user -> inheritance_code === $code)
$user -> pass]);
}
else
echo 0;
echo '0';


Loading…
Cancel
Save