[Web] Some minor changes

This commit is contained in:
andryyy
2020-03-28 19:51:42 +01:00
parent c3a4c6d311
commit ccd4dda397
3 changed files with 12 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
<?php
// Slave does not serve UI
if (!preg_match('/y|yes/i', getenv('MASTER'))) {
/* if (!preg_match('/y|yes/i', getenv('MASTER'))) {
header('Location: /SOGo', true, 307);
exit;
}
}*/
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
$default_autodiscover_config = $autodiscover_config;