[Rspamd] Meta exporter and settings map: read vars.local.inc.php
parent
f3c72832f2
commit
013b3f88da
|
@ -1,3 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
require_once('../../../web/inc/vars.inc.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');
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
require_once('../../../web/inc/vars.inc.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');
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue