diff options
Diffstat (limited to 'inc/confutils.php')
-rw-r--r-- | inc/confutils.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/confutils.php b/inc/confutils.php index 4a38eeaac..a0ad322fb 100644 --- a/inc/confutils.php +++ b/inc/confutils.php @@ -98,7 +98,11 @@ function getInterwiki() { /** * Builds a hash from a configfile * + * If $lower is set to true all hash keys are converted to + * lower case. + * * @author Harry Fuecks <hfuecks@gmail.com> + * @author Andreas Gohr <andi@splitbrain.org> */ function confToHash($file,$lower=false) { $conf = array(); |