From 29ada58b4ac06178c908869e0bb078949e1cb465 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov 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-54-g00ecf