From 074251b68dbca964c3eee55c1a24f5cc3669fd62 Mon Sep 17 00:00:00 2001 From: Aravindo Wingeier Date: Tue, 25 Dec 2018 22:48:15 -0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b18c63f..ca2039c 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,8 @@ Disposable-mailbox can be installed by copying the src directory to a webserver. 2. download a [release](https://github.com/synox/disposable-mailbox/releases) or clone this repository 3. copy the files in the `src` directory to your web server (not the whole repo!). -4. rename `config.sample.php` to `config.php` and apply the imap settings. Move `config.php` to a safe location outside the `public_html`. -5. edit `index.php` and `json-api.php`: set the new path to `config.php`. -6. open it in your browser, check your php error log for messages. +4. rename `config.sample.php` to `config.php` and apply the imap settings. Move `config.php` to a safe location in a *parent directory* outside the `public_html`, so it is not reachable through the browser. +5. open it in your browser, check your php error log for messages. ### Build it yourself