]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / header.php
index 50eebd774255d3736a3b39342311559c3f5f3f4b..723933c17985a7ec672ef9d9051dc3d6bdc868dc 100644 (file)
@@ -77,12 +77,6 @@ if (($GLOBALS['header_sent'] != "1") && ($GLOBALS['header_sent'] != "2")) {
                                // Remember title in constant for the template
                                define('__PAGE_TITLE', $TITLE);
                        } elseif ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndTrue('admin_registered'))) {
-                               // Load language file because it was missing in installation finalizer step... *sigh*
-                               $INC = sprintf("inc/language/install_%s.php",
-                                       GET_LANGUAGE()
-                               );
-                               LOAD_INC_ONCE($INC);
-
                                // Installation mode
                                define('__PAGE_TITLE', getMessage('INSTALLATION_OF_MXCHANGE'));
                        } else {