mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-02-09 13:46:58 +02:00
[Web] Require Docker functions for xmpp config reload
This commit is contained in:
parent
e3d73afb9d
commit
22402a274b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user