From b62ba9a6b7a17dd85ea2f8dd20ccc08187c0de62 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 10 Dec 2025 18:27:01 +0500 Subject: feat: privacy policy page --- privacy.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 privacy.php (limited to 'privacy.php') diff --git a/privacy.php b/privacy.php new file mode 100644 index 0000000..16ce6ae --- /dev/null +++ b/privacy.php @@ -0,0 +1,42 @@ +No privacy policy set!

"; +$last_updated = "Never"; + +if (is_file($path)) { + $contents = file_get_contents($path); + $last_updated = date("F d, Y", filemtime($path)); +} +?> + + + + + Privacy Policy - <?= CONFIG['instance']['name'] ?> + + + + + +
+
+ +
+ +
+

Privacy Policy (Last updated: )

+ +
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3