@@ -44,6 +44,9 @@ |
||
44 | 44 | return (isset($matches[0])) ? true : false; |
45 | 45 | } |
46 | 46 | |
47 | +/** |
|
48 | + * @param string $property |
|
49 | + */ |
|
47 | 50 | function configPropertyExists($config, $property) |
48 | 51 | { |
49 | 52 | if(!array_key_exists($property, $config) || !isset($config[$property]) || $config[$property] == '' || $config[$property] == 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') |