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 --- backend.php | 1 - 1 file changed, 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 32eb3f3b9..9bc1449d0 100644 --- a/backend.php +++ b/backend.php @@ -26,7 +26,6 @@ require_once "autoload.php"; require_once "sessions.php"; require_once "functions.php"; - require_once "db-prefs.php"; $op = (string)clean($op); $method = (string)clean($method); -- cgit v1.2.3