From 43fe8c543ca43a8408cae5cb56a0545425bdcd04 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 25 Apr 2008 18:25:23 +0000 Subject: Marcus Povey * Removed minor config stuff git-svn-id: https://code.elgg.org/elgg/trunk@540 36083f99-b078-4883-b0ff-0f9b5a30f544 --- endpoints/rest.php | 4 ---- 1 file changed, 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); -- cgit v1.2.3