1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00

uwuzu v1.4.13 Funium

This commit is contained in:
Daichimarukana
2025-01-14 18:25:47 +09:00
parent a8b9ad0333
commit ed2f3513fc
11 changed files with 65 additions and 312 deletions
-3
View File
@@ -163,10 +163,7 @@ if( !empty($_POST['btn_submit']) ) {
if($row["userid"] == $userid){
if(uwuzu_password_verify($password,$row["password"])){
if(empty($row["authcode"])){
$_SESSION['admin_login'] = true;
$_SESSION['userid'] = $userid;
$_SESSION['loginid'] = $row["loginid"];
$_SESSION['form_data'] = array();//フォーム初期化
// リダイレクト先のURLへ転送する