api: remove global config parameter lock
This commit is contained in:
parent
4d557a13c2
commit
f11f79d792
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue