From 0ebe995415820beba6eb162bb2cdc20dba3ae31e Mon Sep 17 00:00:00 2001 From: Rj48 Date: Wed, 27 Apr 2016 00:14:38 +0200 Subject: [PATCH] add readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..687a91e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Single .php Filehost +Simple .php script, mainly for sharing random files with people via curl. (and thus in an easily scriptable way) + +You can pretty much just slap this on any webserver with apache2 and rewrite enabled on it, and it should work. The .htaccess is just what I use, and could possibly need a tweak, depending on your situation. Everything else, including configuration, is explained in the code. (but should be pretty self-explanatory anyway)