Index: trunk/kernel/include/modules.php =================================================================== diff -u -r41 -r89 --- trunk/kernel/include/modules.php (.../modules.php) (revision 41) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 89) @@ -516,7 +516,7 @@ { global $i_Keys, $objConfig, $pathtoroot; - $vars = parse_ini_file($pathtoroot."config.php"); + $vars = parse_portal_ini($pathtoroot."config.php"); while($key = key($vars)) {