X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffilters.php;h=6b33ba7f8a117af4cc7d0815ccb818c4f1e3d7d7;hb=4b7f401f2a4680ae46ca41c57f749cfe35163660;hp=1570488b12a1cc72cd6dd68a52421149052e3cb0;hpb=740ebc7e0fa047159dc57a3a4bf7365c69ad9e17;p=mailer.git diff --git a/inc/filters.php b/inc/filters.php index 1570488b12..6b33ba7f8a 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -436,7 +436,7 @@ function FILTER_COMPILE_CONFIG ($code, $compiled = false) { if ($compiled === true) { // Run the code $eval = "\$GLOBALS['compiled_config'][\$uncompiled] = \"" . $GLOBALS['compiled_config'][$uncompiled] . "\";"; - /* DEBUG: */ print(__FUNCTION__.'['.__LINE__.']:
' . str_replace('$', '$', htmlentities($eval)) . '
'); + //* DEBUG: */ print(__FUNCTION__.'['.__LINE__.']:
' . str_replace('$', '$', htmlentities($eval)) . '
'); eval($eval); } // END - if