diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-12-16 15:10:41 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-12-16 15:10:41 +0300 |
| commit | 7af0309b7b2c581573fa90ff345d08928b1eba69 (patch) | |
| tree | 7a1bc0ca9612152383a3e2f9effb8ec60730a1f4 /api | |
| parent | f11f79d792a70196c44dadeb4247ae5b4164c491 (diff) | |
api: remove global config parameter lock (2)
Diffstat (limited to 'api')
| -rw-r--r-- | api/index.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/api/index.php b/api/index.php index 193fcb3ef..1b263daa1 100644 --- a/api/index.php +++ b/api/index.php @@ -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"; |