X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sponsor_confirm.php;h=9d1a29222e125ef0e45e2028f3ea8dc1a64f6c23;hb=bf1fe67a7b4d66dcbb0491c330d969bb8adcc577;hp=c10f2cef31c8518f0b37f3f7a86d08db2e27e11f;hpb=b56eadb18a023f4d2d712e8936b4dc1ad31fd580;p=mailer.git diff --git a/sponsor_confirm.php b/sponsor_confirm.php index c10f2cef31..9d1a29222e 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -34,7 +34,7 @@ require_once("inc/libs/security_functions.php"); // Load the required file(s) -require ("inc/config.php"); +require("inc/config.php"); // Is the script installed? if (isBooleanConstantAndTrue('mxchange_installed')) { @@ -50,8 +50,8 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { // Load the URL LOAD_URL($URL); - // Redirection should be done here + // Redirection should be done here } else { // You have to configure first! LOAD_URL(URL."/install.php");