]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
Rewritten to function getConfigArray()
[mailer.git] / inc / config-functions.php
index 3358a302a9eedee88469c92e1048188bb11f233b..66ae2e02f620be1ca36c95fbf5f12100ea948bc6 100644 (file)
@@ -149,5 +149,13 @@ function loadConfiguration ($no="0") {
        }
 }
 
+// Getter for whole $_CONFIG array
+function getConfigArray () {
+       global $_CONFIG;
+
+       // Return it
+       return $_CONFIG;
+}
+
 // [EOF]
 ?>