mirror of
https://github.com/fergalmoran/mailcow-dockerized.git
synced 2026-01-31 13:03:58 +00:00
7 lines
171 B
PHP
7 lines
171 B
PHP
<?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');
|
|
}
|
|
?>
|