summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/index.php6
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";