diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-25 18:25:23 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-25 18:25:23 +0000 |
commit | 43fe8c543ca43a8408cae5cb56a0545425bdcd04 (patch) | |
tree | f0eeb5823e653699ac5ec6a9a2cbfcc0353d7959 /endpoints | |
parent | a84c649d391a13218343bb5a934f26cbb6568f0a (diff) | |
download | elgg-43fe8c543ca43a8408cae5cb56a0545425bdcd04.tar.gz elgg-43fe8c543ca43a8408cae5cb56a0545425bdcd04.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Removed minor config stuff
git-svn-id: https://code.elgg.org/elgg/trunk@540 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'endpoints')
-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); |