Skip to content

Commit

Permalink
[Web] add missing file to autodiscover.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it authored and DerLinkman committed Feb 8, 2024
1 parent db47696 commit 9039ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/web/autodiscover.php
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 9039ab4

Please sign in to comment.