From 12bcf826e4f2672afbda85264a970fb4735d97f1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Feb 2021 22:39:20 +0300 Subject: don't include config.php everywhere --- api/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'api') diff --git a/api/index.php b/api/index.php index 6b0071141..333c64830 100644 --- a/api/index.php +++ b/api/index.php @@ -1,8 +1,6 @@ Date: Mon, 22 Feb 2021 23:25:14 +0300 Subject: move db-prefs shortcut functions to functions.php --- api/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'api') diff --git a/api/index.php b/api/index.php index 333c64830..d1e02bbd4 100644 --- a/api/index.php +++ b/api/index.php @@ -12,7 +12,6 @@ define('NO_SESSION_AUTOSTART', true); require_once "autoload.php"; - require_once "db-prefs.php"; require_once "functions.php"; require_once "sessions.php"; -- cgit v1.2.3