]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Introduced new extension ext-blacklist:
[mailer.git] / inc / config-global.php
index c798121d321559420e8687bcff91367fe53172aa..ed79da2d75ab992de91f81f3382e01a9f371fb45 100644 (file)
@@ -53,7 +53,7 @@ if (function_exists('date_default_timezone_set')) {
 // CFG: ERROR-REPORTING
 error_reporting(E_ALL | E_DEPRECATED | E_STRICT);
 
-// Is the function there? (removed in PHP 5.4.x)
+// Is the function there? (removed in PHP 5.4.0)
 if (function_exists('import_request_variables')) {
        // CFG: REGISTER-GLOBALS
        @import_request_variables('');
@@ -80,6 +80,9 @@ initConfig();
 // Init HTTP handling
 initHttp();
 
+// CFG: FLOAT-MASK
+setConfigEntry('FLOAT_MASK', '%01.5f');
+
 // CFG: HOST-URL (without trailing '/' !)
 setConfigEntry('URL', $URL);