mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:35:55 +00:00
api: remove global config parameter lock (2)
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
<?php
|
<?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);
|
error_reporting(E_ERROR | E_PARSE);
|
||||||
|
|
||||||
require_once "../config.php";
|
require_once "../config.php";
|
||||||
|
|||||||
Reference in New Issue
Block a user