From 02216525051727cdd0049c5827b15b5ebc82df53 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 19 Mar 2008 16:52:46 +0000 Subject: Marcus Povey * Added some default values - these should be removed! git-svn-id: https://code.elgg.org/elgg/trunk@254 36083f99-b078-4883-b0ff-0f9b5a30f544 --- endpoints/rest.php | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3