From f7506dd67c1e376eb41c7b5c6e05d8a6fefa96ee Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 10 Dec 2025 18:23:30 +0500 Subject: feat: terms of service page --- tos.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tos.php (limited to 'tos.php') diff --git a/tos.php b/tos.php new file mode 100644 index 0000000..d410555 --- /dev/null +++ b/tos.php @@ -0,0 +1,44 @@ +No rules!

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

Terms of Service (Last updated: )

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