mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 11:34:41 +00:00
uwuzu v1.4.6 Funium
This commit is contained in:
@@ -114,7 +114,8 @@ if(!($userid == null)){
|
||||
if( empty($error_message) ) {
|
||||
// トランザクション開始
|
||||
$pdo->beginTransaction();
|
||||
$hashpassword = password_hash($password, PASSWORD_DEFAULT);
|
||||
|
||||
$hashpassword = uwuzu_password_hash($password);
|
||||
|
||||
try {
|
||||
// SQL作成
|
||||
@@ -209,8 +210,10 @@ if(!($userid == null)){
|
||||
|
||||
if( empty($error_message) ) {
|
||||
// トランザクション開始
|
||||
$pdo->beginTransaction();
|
||||
$hashpassword = password_hash($password, PASSWORD_DEFAULT);
|
||||
$pdo->beginTransaction();
|
||||
|
||||
$hashpassword = uwuzu_password_hash($password);
|
||||
|
||||
|
||||
try {
|
||||
// SQL作成
|
||||
|
||||
Reference in New Issue
Block a user