1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.2.15

This commit is contained in:
daichimarukana
2023-09-03 01:29:16 +09:00
parent 2040eb59ed
commit 398f67c2b7
12 changed files with 251 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ require('db.php');
session_name('uwuzu_s_id');
session_start();
session_regenerate_id(true);
if(isset($_SESSION['admin_login']) && $_SESSION['admin_login'] === true) {
header("Location: home/index.php");