X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-functions.php;h=cc35fc1cbfa47ce4cfaccf333a1b35a03637975f;hp=694a53eb639071f9f1010524ff658d073c899fa4;hb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;hpb=fbcdb4e1f8ae0591ad9165b2db18b3c354c29a5b diff --git a/inc/config-functions.php b/inc/config-functions.php index 694a53eb63..cc35fc1cbf 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -1,7 +1,7 @@ "); + //* DEBUG: */ outputHtml(secureString($line) . " - FOUND!
"); // Eval the line... eval($line); @@ -259,7 +259,7 @@ function updateOldConfigFile () { } // Debug output only - //* DEBUG: */ outputHtml(htmlentities($line) . " - MySQL!
"); + //* DEBUG: */ outputHtml(secureString($line) . " - MySQL!
"); // Split parts so we can check them and prepare them $parts = explode('=>', $line);