]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
Wernis extension more secured
[mailer.git] / inc / footer.php
index 85ebb5be438e37a5517ba945f8ed461532595638..e1edeabfd94108f20850500c5b5e8a9991db8d5b 100644 (file)
@@ -53,7 +53,7 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) {
        }
 
        // Shall we display the parsing time and number of queries?
-       if ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == "Y")) {
+       if ((isset($_CONFIG['show_timings'])) && ($_CONFIG['show_timings'] == 'Y')) {
                // Then display it here
                DISPLAY_PARSING_TIME_FOOTER();
        }