aboutsummaryrefslogtreecommitdiff
path: root/endpoints
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-19 16:52:46 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-19 16:52:46 +0000
commit02216525051727cdd0049c5827b15b5ebc82df53 (patch)
treee6d6ab5aad6a1f42c76cfa88bee1fd7baf0ae95b /endpoints
parent48a856675272576a192b4967322d56f4a5d3e613 (diff)
downloadelgg-02216525051727cdd0049c5827b15b5ebc82df53.tar.gz
elgg-02216525051727cdd0049c5827b15b5ebc82df53.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Added some default values - these should be removed! git-svn-id: https://code.elgg.org/elgg/trunk@254 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'endpoints')
-rw-r--r--endpoints/rest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/endpoints/rest.php b/endpoints/rest.php
index 3a9b03ad2..321d730c1 100644
--- a/endpoints/rest.php
+++ b/endpoints/rest.php
@@ -16,6 +16,8 @@
global $CONFIG;
$CONFIG->debug = true;
+ $CONFIG->site_id = 2;
+ $CONFIG->cache_path = "/tmp/cache/";
// Register the error handler
error_reporting(E_ALL);