1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-02-03 13:22:17 +02:00

7 lines
171 B
PHP
Raw Normal View History

2017-06-04 13:31:35 +02:00
<?php
require_once('../../../web/inc/vars.inc.php');
if (file_exists('../../../web/inc/vars.local.inc.php')) {
include_once('../../../web/inc/vars.local.inc.php');
}
2017-06-04 13:31:35 +02:00
?>