fixed DEBUG_USER to 0

This commit is contained in:
Torsten Stelling
2013-06-28 16:24:06 +02:00
parent e7d868fad5
commit 5a272dcd20

View File

@@ -11,7 +11,7 @@ class FeverAPI extends Handler {
// debugging only functions with JSON
const DEBUG = false; // enable if you need some debug output in your tinytinyrss root
const DEBUG_USER = 2; // your user id you need to debug - look it up in your mysql database and set it to a value bigger than 0
const DEBUG_USER = 0; // your user id you need to debug - look it up in your mysql database and set it to a value bigger than 0
private $xml;