From 22402a274b78abe05ac60bf7c066d59c013bf8df Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 16 Feb 2021 21:41:55 +0100 Subject: [PATCH] [Web] Require Docker functions for xmpp config reload --- data/web/inc/init_db.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/data/web/inc/init_db.inc.php b/data/web/inc/init_db.inc.php index a789182c..6a6e958c 100644 --- a/data/web/inc/init_db.inc.php +++ b/data/web/inc/init_db.inc.php @@ -1234,6 +1234,7 @@ function init_db_schema() { } if (php_sapi_name() == "cli") { include '/web/inc/vars.inc.php'; + include '/web/inc/functions.docker.inc.php'; include '/web/inc/functions.xmpp.inc.php'; // $now = new DateTime(); // $mins = $now->getOffset() / 60;