This commit is contained in:
Synox 2018-01-19 23:15:11 +01:00
parent 6572548b58
commit 2eeaaf3ddb

View File

@ -36,7 +36,7 @@ Emails can also be deleted.
2. download a [release](https://github.com/synox/disposable-mailbox/releases) or clone this repository 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!). 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`. 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 `backend.php` and set the new path to `config.php`. 5. edit `index.php` and set the new path to `config.php`.
6. open it in your browser, check your php error log for messages. 6. open it in your browser, check your php error log for messages.