From 43de9af71f7f4ca5731b94a06d688ae8412ba427 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 6 Jul 2018 11:14:41 +0200 Subject: 2018/Feb/28 -i állapot hozzáadva, mint a módosítások kiindulási állapota --- mayor-orig/config/main-config.php.example | 70 +++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 mayor-orig/config/main-config.php.example (limited to 'mayor-orig/config/main-config.php.example') diff --git a/mayor-orig/config/main-config.php.example b/mayor-orig/config/main-config.php.example new file mode 100644 index 00000000..5a9ad2ec --- /dev/null +++ b/mayor-orig/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