]> git.wh0rd.org - tt-rss.git/commitdiff
api: remove global config parameter lock (2)
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 16 Dec 2009 12:10:41 +0000 (15:10 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 16 Dec 2009 12:10:41 +0000 (15:10 +0300)
api/index.php

index 193fcb3ef8a01de2cab1e7e726d25c1e46ad6ec2..1b263daa1b8e3b92d7c5e72f74b3816d0876fb4a 100644 (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";