mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-26 16:21:31 +00:00
[Web] add missing file to autodiscover.php
This commit is contained in:
committed by
DerLinkman
parent
db47696ba7
commit
9039ab4e12
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/functions.inc.php';
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/functions.auth.inc.php';
|
||||
$default_autodiscover_config = $autodiscover_config;
|
||||
if(file_exists('inc/vars.local.inc.php')) {
|
||||
include_once 'inc/vars.local.inc.php';
|
||||
|
||||
Reference in New Issue
Block a user