From 27027f5b6a9ea2a4cb5f2324018be8ce0f22cc50 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 3 Jun 2025 14:08:22 +0400 Subject: upd: 'what is...' block --- public/index.php | 7 ++++--- public/static/PRIVACY.txt | 2 ++ public/static/TOS.txt | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 public/static/PRIVACY.txt create mode 100644 public/static/TOS.txt diff --git a/public/index.php b/public/index.php index 086bff4..053b348 100644 --- a/public/index.php +++ b/public/index.php @@ -31,13 +31,14 @@ if (FILE_CATALOG_RANDOM && isset($_GET['random'])) {

is a simple, free and anonymous file sharing site. We do not store anything other than the files you upload. - They are stored publicly until the heat death of the universe, so please encrypt confidential files - or don't upload them at all. + They are stored publicly until the heat death of the universe occurs or you hit the DELETE + button. Users do not need an account to start uploading.

Click the button below and share the files with your friends today!
- But, read TOS and Privacy Policy before + But, read TOS and Privacy Policy + before interacting with the website.

diff --git a/public/static/PRIVACY.txt b/public/static/PRIVACY.txt new file mode 100644 index 0000000..9cebe94 --- /dev/null +++ b/public/static/PRIVACY.txt @@ -0,0 +1,2 @@ +There is your privacy policy. +If you see this, then the administrator hasn't set privacy policy. \ No newline at end of file diff --git a/public/static/TOS.txt b/public/static/TOS.txt new file mode 100644 index 0000000..897ed5e --- /dev/null +++ b/public/static/TOS.txt @@ -0,0 +1,2 @@ +There is your TOS. +If you see this, then the administrator hasn't set TOS. \ No newline at end of file -- cgit v1.2.3