From b3711fbf9ce4b0c0a4f03483f9c6e8fe20baae39 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 3 Oct 2025 21:04:28 +0500 Subject: feat: disclaimer --- lib/partials.php | 12 ++++++++++++ public/catalogue.php | 3 ++- public/index.php | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/partials.php b/lib/partials.php index f45229d..a25e9f9 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -169,4 +169,16 @@ function html_footer()

+ + -
+
@@ -149,6 +149,7 @@ unset($f);
+ diff --git a/public/index.php b/public/index.php index 47ae798..afbb209 100644 --- a/public/index.php +++ b/public/index.php @@ -298,6 +298,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); + -- cgit v1.2.3