X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=5f520f237280bc56150aaad15897d797366736b1;hp=390d4465948710920db2d5cf1aa9f13d403bc0fd;hb=302284be34ec6342a279566e1167837033c6fd62;hpb=638420816f5e23e7da231c46132be988b639c967 diff --git a/inc/footer.php b/inc/footer.php index 390d446594..5f520f2372 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -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(); }