X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=login.php;h=7804c8c711698cea7827005f70e9d878bc8af0fb;hp=8c2c0c9dbccc47cf67ce3156c1fc4334235401b6;hb=60494e212a67fe360bfbb481eb4928480a6f379b;hpb=c99c15da4f0f45ea20be40a1320112e7af83af90 diff --git a/login.php b/login.php index 8c2c0c9dbc..7804c8c711 100644 --- a/login.php +++ b/login.php @@ -48,13 +48,13 @@ require ("inc/config.php"); if (defined('mxchange_installed') && (mxchange_installed)) { // Simply redirect... :-) - LOAD_URL(URL."/modules.php?module=index&what=login"); + LOAD_URL("modules.php?module=index&what=login"); // Redirection should be done here } else { // You have to configure first! - LOAD_URL(URL."install.php"); + LOAD_URL("install.php"); } // Really all done here... ;-) ?>