diff options
Diffstat (limited to 'endpoints')
-rw-r--r-- | endpoints/rest.php | 2 |
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); |