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 --- update_daemon2.php | 1 - 1 file changed, 1 deletion(-) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index 2743a0fa2..b75f06ae5 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -11,7 +11,6 @@ require_once "autoload.php"; require_once "functions.php"; require_once "sanity_check.php"; - require_once "db-prefs.php"; if (!function_exists('pcntl_fork')) { die("error: This script requires PHP compiled with PCNTL module.\n"); -- cgit v1.2.3