summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-22 23:25:14 +0300
committerAndrew Dolgov <[email protected]>2021-02-22 23:25:14 +0300
commit29ada58b4ac06178c908869e0bb078949e1cb465 (patch)
tree9b51fb212510fccb0c0898d59b631f94eeae9387 /update_daemon2.php
parent77e6d589ffdf4ddb381f0b63b319e59bacfff1e8 (diff)
move db-prefs shortcut functions to functions.php
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php1
1 files changed, 0 insertions, 1 deletions
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");