]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
major login problems fixed and some code-improvements
[mailer.git] / inc / footer.php
index 390d4465948710920db2d5cf1aa9f13d403bc0fd..5f520f237280bc56150aaad15897d797366736b1 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();
        }