From f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 8 Mar 2019 21:20:34 +0100 Subject: további rendrakás --- .../mayor-base/config/main-config.php.example | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 mayor-orig/mayor-base/config/main-config.php.example (limited to 'mayor-orig/mayor-base/config/main-config.php.example') diff --git a/mayor-orig/mayor-base/config/main-config.php.example b/mayor-orig/mayor-base/config/main-config.php.example new file mode 100644 index 00000000..5a9ad2ec --- /dev/null +++ b/mayor-orig/mayor-base/config/main-config.php.example @@ -0,0 +1,70 @@ + array(), + 'startColumn' => array(), + 'startMain' => array(), + 'startToolBar' => array(), + 'html_head' => array() +); + +// A telepített modulok +$INSTALLED_MODULES = array(); +/* +if ($dh = opendir('include/config/')) { + while (($file = readdir($dh)) !== false) { + if (substr($file,0,6)=='module') require('include/config/'.$file); + } + closedir($dh); +} +*/ + +?> \ No newline at end of file -- cgit v1.2.3