From f11f79d792a70196c44dadeb4247ae5b4164c491 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Dec 2009 15:09:11 +0300 Subject: [PATCH] api: remove global config parameter lock --- api/index.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/index.php b/api/index.php index fd22f4b8..193fcb3e 100644 --- a/api/index.php +++ b/api/index.php @@ -13,11 +13,6 @@ require_once "../db-prefs.php"; require_once "../functions.php"; - if (!defined('_JSON_API_ENABLED')) { - print json_encode(array("error" => "API_DISABLED")); - return; - } - $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); $session_expire = SESSION_EXPIRE_TIME; //seconds -- 2.39.2