diff options
Diffstat (limited to 'inc/confutils.php')
-rw-r--r-- | inc/confutils.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/confutils.php b/inc/confutils.php index cc1d8064a..b800f5f53 100644 --- a/inc/confutils.php +++ b/inc/confutils.php @@ -1,7 +1,7 @@ <?php /** * Utilities for collecting data from config files - * + * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Harry Fuecks <hfuecks@gmail.com> */ @@ -159,7 +159,7 @@ function confToHash($file,$lower=false) { $conf[$line[0]] = $line[1]; } } - + return $conf; } |