X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=5a33578dea7c3db9ff156e507018b0f8a8e60a87;hp=4778ba91301b7975b4b28e092ed4bf2b5a5c74ba;hb=8f60465485bd5e9ab2c0ddfa1f054458cf510042;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc diff --git a/mailid.php b/mailid.php index 4778ba9130..5a33578dea 100644 --- a/mailid.php +++ b/mailid.php @@ -32,7 +32,7 @@ ************************************************************************/ // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) ) -require_once("inc/libs/security_functions.php"); +require("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; @@ -156,7 +156,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { } // Add header - require_once(PATH."inc/header.php"); + LOAD_INC_ONCE("inc/header.php"); // Was that mail a valid one? if ($VALID) { @@ -216,7 +216,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { } } else { // Include footer - require_once(PATH."inc/footer.php"); + LOAD_INC_ONCE("inc/footer.php"); } } else { // You have to install first!