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

uwuzu version 1.2.14

This commit is contained in:
daichimarukana
2023-09-03 01:02:33 +09:00
parent 70560ecab7
commit 2040eb59ed
32 changed files with 1143 additions and 244 deletions
+2
View File
@@ -21,7 +21,9 @@ $row["password"] = array();
$ruserid = array();
$rpassword = array();
session_name('uwuzu_s_id');
session_start();
session_regenerate_id(true);
// データベースに接続
try {