summaryrefslogtreecommitdiff
path: root/tos.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-10 18:27:01 +0500
committerilotterytea <iltsu@alright.party>2025-12-10 18:27:01 +0500
commitb62ba9a6b7a17dd85ea2f8dd20ccc08187c0de62 (patch)
tree55317951517e06db2006c73ea82f0a63d648c63f /tos.php
parentf7506dd67c1e376eb41c7b5c6e05d8a6fefa96ee (diff)
feat: privacy policy page
Diffstat (limited to 'tos.php')
-rw-r--r--tos.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tos.php b/tos.php
index d410555..08c1769 100644
--- a/tos.php
+++ b/tos.php
@@ -5,8 +5,6 @@ include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
authorize_user();
-$contents = "";
-
$path = "{$_SERVER['DOCUMENT_ROOT']}/static/txt/TOS.txt";
$contents = "<p>No rules!</p>";