]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-functions.php
Flushing template cache is anoying while developing templates, now we can 'debug...
[mailer.git] / inc / config-functions.php
index 694a53eb639071f9f1010524ff658d073c899fa4..609e5c06f99554ad00c053025229ed6c821f5d39 100644 (file)
@@ -201,7 +201,7 @@ function updateOldConfigFile () {
                        // Is the line found?
                        if ((substr($line, 0, strlen($old)) == $old) && (!isset($done[$old]))) {
                                // Entry found!
-                               //* DEBUG: */ outputHtml(htmlentities($line) . " - FOUND!<br />");
+                               //* DEBUG: */ outputHtml(secureString($line) . " - FOUND!<br />");
 
                                // Eval the line...
                                eval($line);
@@ -259,7 +259,7 @@ function updateOldConfigFile () {
                        }
 
                        // Debug output only
-                       //* DEBUG: */ outputHtml(htmlentities($line) . " - MySQL!<br />");
+                       //* DEBUG: */ outputHtml(secureString($line) . " - MySQL!<br />");
 
                        // Split parts so we can check them and prepare them
                        $parts = explode('=>', $line);