[Web] Require Docker functions for xmpp config reload

master
andryyy 2021-02-16 21:41:55 +01:00
parent e3d73afb9d
commit 22402a274b
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 0 deletions

View File

@ -1234,6 +1234,7 @@ function init_db_schema() {
} }
if (php_sapi_name() == "cli") { if (php_sapi_name() == "cli") {
include '/web/inc/vars.inc.php'; include '/web/inc/vars.inc.php';
include '/web/inc/functions.docker.inc.php';
include '/web/inc/functions.xmpp.inc.php'; include '/web/inc/functions.xmpp.inc.php';
// $now = new DateTime(); // $now = new DateTime();
// $mins = $now->getOffset() / 60; // $mins = $now->getOffset() / 60;