Esempio n. 1
0
 function getConfigItem($itemName, $config_type = null, $type = 'array')
 {
     $config = oseMscConfig::getConfigItem($itemName, $config_type, $type);
     return $config;
 }