1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-02-03 13:22:17 +02:00

[Web] Require Docker functions for xmpp config reload

This commit is contained in:
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

View File

@ -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;