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

uwuzu v1.3.5 new_planet

This commit is contained in:
Daichimarukana
2024-03-27 20:24:28 +09:00
parent 68176cac75
commit 38e36343c0
8 changed files with 143 additions and 381 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ if( !empty($_POST['btn_submit']) ) {
if( empty($error_message) ) {
//一時保存していたユーズ内容の削除
setcookie("ueuse", "", time() - 30);
setcookie("ueuse", "", time() - 30, "/!".$ueuseid);
// 書き込み日時を取得
$datetime = date("Y-m-d H:i:s");