From 8143d7203023f542bebae564ac01b808113d4880 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Thu, 8 Oct 2015 00:33:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 423a268..b71c41d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Tested with: * Nginx+PHP5-FPM (PHP 5.6) on Debian 8 Jessie Modify -* core.php on where to save the files (line 4) and the prepend to the uploaded URL (line 26) +* Modify includes/core.php where to save files and other paths. +* Set correct paths in several other files. (Will add fix for this via config file instead). +* Change uguu.se to your own name in several files. * Cron with check.sh: `crontab -e` * Some extensions are blocked by default, this can be changed via includes/core.php's $block array. * Everything else to your likings.