From 9992303b07c34b3d85888be6465a12a4830f35c1 Mon Sep 17 00:00:00 2001 From: satopian Date: Mon, 30 Dec 2024 23:35:46 +0900 Subject: [PATCH] v1.66.2 --- petitnote/config.php | 8 ++++---- petitnote/functions.php | 3 ++- petitnote/index.php | 8 ++++---- petitnote/template/basic/res.html | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/petitnote/config.php b/petitnote/config.php index bad5381..eff41c6 100644 --- a/petitnote/config.php +++ b/petitnote/config.php @@ -228,9 +228,9 @@ $set_nsfw = false; // 年齢確認を必須にする -// する: true しない: false -// する: trueで掲示板のすべてのコンテンツの閲覧に年齢確認確認が必要になります。 +// する: trueで掲示板のすべてのコンテンツの閲覧に年齢確認が必要になります。 // 年齢確認ページ以外のコンテンツは検索エンジンから認識されなくなります。 +// する: true しない: false // $age_check_required_to_view = true; $age_check_required_to_view = false; @@ -258,8 +258,8 @@ // 投稿時の「閲覧注意に設定する」のチェックボックスは表示されません。 // する: true しない: false -$set_all_images_to_nsfw = true; -// $set_all_images_to_nsfw = false; +// $set_all_images_to_nsfw = true; +$set_all_images_to_nsfw = false; // 描画時間非表示の設定 // する: trueで投稿時にペイント時間の表示/非表示を切り替える事ができるようになります。 diff --git a/petitnote/functions.php b/petitnote/functions.php index 3e9328e..2e92f64 100644 --- a/petitnote/functions.php +++ b/petitnote/functions.php @@ -80,7 +80,7 @@ function age_check(): void { $agecheck_passed = (bool)filter_input(INPUT_POST,'agecheck_passed',FILTER_VALIDATE_BOOLEAN); if($agecheck_passed){ - setcookie("agecheck_passed",$aikotoba, time()+(86400*30),"","",false,true);//1ヶ月 + setcookie("agecheck_passed","1", time()+(86400*30),"","",false,true);//1ヶ月 } // 処理が終了したらJavaScriptでリロード } @@ -92,6 +92,7 @@ function age_check_required_to_view(): void { $underage_submit_url = $underage_submit_url ?? 'https://www.google.com/'; if(!$age_check_required_to_view){ + setcookie("agecheck_passed","0", time()+(86400*30),"","",false,true);//1ヶ月 return; } diff --git a/petitnote/index.php b/petitnote/index.php index ca88eaa..c686c60 100644 --- a/petitnote/index.php +++ b/petitnote/index.php @@ -1,7 +1,7 @@ - +