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;