From 8f70a1188f080ae7218dfaea733d886ae3b5ff33 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 13 Aug 2016 20:13:10 +0200 Subject: [PATCH] [For developers] Remove "Debug mode" subject --- For-developers.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/For-developers.md b/For-developers.md index 346f62a..de58770 100644 --- a/For-developers.md +++ b/For-developers.md @@ -11,10 +11,4 @@ Folder | Description [`css/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/css) | Contains all [Cascading Style Sheets](https://en.wikipedia.org/wiki/Cascading_Style_Sheets) for **RSS-Bridge** [`formats/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/formats) | Contains all export formats for **RSS-Bridge**. [`lib/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/lib) | Contains the core API of **RSS-Bridge**. -[`vendor/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/vendor) | Contains vendor specific files to support **RSS-Bridge**. Development of all files in this folder must be done in the vendor specific repository (not part of **RSS-Bridge**) - -# Debug mode - -To enable debug mode (disabling cache and enabling error reporting), create an empty file named `DEBUG` in the root directory (next to `index.php`) - -**Notice:** The whitelist still applies! \ No newline at end of file +[`vendor/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/vendor) | Contains vendor specific files to support **RSS-Bridge**. Development of all files in this folder must be done in the vendor specific repository (not part of **RSS-Bridge**) \ No newline at end of file