diff options
-rw-r--r-- | endpoints/rest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/endpoints/rest.php b/endpoints/rest.php index 2841ea82f..2944a24ff 100644 --- a/endpoints/rest.php +++ b/endpoints/rest.php @@ -16,10 +16,6 @@ */ require_once('../engine/start.php'); global $CONFIG; - - $CONFIG->debug = true; - $CONFIG->site_id = 2; - $CONFIG->cache_path = "/tmp/cache/"; // Register the error handler error_reporting(E_ALL); |