From 87e301ed0b46732715263654817df73686592d86 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 7 Jan 2016 10:34:54 +0100 Subject: [api/getconfig] Add support for external additional config generator script --- apis/getconfig.inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apis') diff --git a/apis/getconfig.inc.php b/apis/getconfig.inc.php index be35f5f3..5d5dbca8 100644 --- a/apis/getconfig.inc.php +++ b/apis/getconfig.inc.php @@ -46,3 +46,7 @@ if (is_array($vmstore)) { break; } } + +// For quick testing or custom extensions: Include external file that should do nothing +// more than outputting more key-value-pairs. It's expected in the webroot of slxadmin +if (file_exists('client_config_additional.php')) @include('client_config_additional.php'); \ No newline at end of file -- cgit v1.2.3-55-g7522