mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-08 06:29:23 +00:00
[Web] Require Docker functions for xmpp config reload
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user