[DebugMode] Update description

LogMANOriginal 2016-10-02 17:30:53 +02:00
parent 74f8dbed8c
commit a329ab35e0

@ -1,3 +1,7 @@
To enable debug mode (disabling cache and enabling error reporting), create an empty file named `DEBUG` in the root directory (next to `index.php`)
The debug mode enables error reporting and prevents loading data from the cache. The cache will still be written to disk!
To enable debug mode, create an empty file named `DEBUG` in the root directory (next to `index.php`).
You can limit the debug mode to certain clients by writing the IP addresses into the DEBUG file (one per line).
**Notice:** The whitelist still applies!