From 984246912c7acda3c13ec23d6e963b40780f65c7 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 31 May 2020 19:03:59 +0200 Subject: [PATCH] added possibility to have a notice displayed on the upload form --- .gitignore | 3 ++- templates/main.html | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2b0fc6c..6ddfc29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -test.php \ No newline at end of file +test.php +notice.txt \ No newline at end of file diff --git a/templates/main.html b/templates/main.html index 33a976c..bde05ad 100644 --- a/templates/main.html +++ b/templates/main.html @@ -37,6 +37,10 @@
+ '.file_get_contents(ROOT.DS.'notice.txt').'
'; + ?>