mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 12:41:00 +03:00
Updated Debug mode (markdown)
parent
9e81975667
commit
a282552ad9
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,13 @@ Enabling debug mode on a public server may result in malicious clients retrievin
|
|||
***
|
||||
|
||||
Debug mode enables error reporting and prevents loading data from the cache (data is still written to the cache).
|
||||
To enable debug mode, create a file named 'DEBUG' in the root directory of RSS-Bridge (next to `index.php`). For further security, insert your IP address in the file. You can add multiple addresses, one per line.
|
||||
To enable debug mode, create a file named 'DEBUG' in the root directory of RSS-Bridge (next to `index.php`):
|
||||
|
||||
touch DEBUG
|
||||
|
||||
For further security, insert your IP address in the file. You can add multiple addresses, one per line:
|
||||
|
||||
echo 127.0.0.1 >> DEBUG
|
||||
|
||||
_Notice_:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue