api: remove global config parameter lock (2)

This commit is contained in:
Andrew Dolgov 2009-12-16 15:10:41 +03:00
parent f11f79d792
commit 7af0309b7b
1 changed files with 0 additions and 6 deletions

View File

@ -1,10 +1,4 @@
<?php
/* This is experimental JSON-based API. It has to be manually enabled:
*
* Add define('_JSON_API_ENABLED', true) to config.php
*/
error_reporting(E_ERROR | E_PARSE);
require_once "../config.php";