]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / footer.php
index c32e5cdbde0ddffcf0f740394787a26d8744d89f..e2d31c6e6d9d3f2c32375c71ea804043cf53b0c1 100644 (file)
@@ -45,7 +45,7 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) {
        // Output the generated HTML code or do nothing in direct-mode
        if (getTotalFatalErrors() > 0) {
                // Output fatal error messages
-               require_once(PATH."inc/fatal_errors.php");
+               LOAD_INC_ONCE("inc/fatal_errors.php");
        } // END - if
 
        // Shall we display the copyright notice?