X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-logout.php;h=1a35520733d02f9759a1e9ae09e7fa6e7e7fc2bd;hp=7b2df51b08df81ca3047fbcfc4e784f8d50992b8;hb=61bddb167e29e7275f5a1c9fa8cb80431fa5ee6f;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/inc/modules/member/action-logout.php b/inc/modules/member/action-logout.php index 7b2df51b08..1a35520733 100644 --- a/inc/modules/member/action-logout.php +++ b/inc/modules/member/action-logout.php @@ -39,7 +39,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) } elseif (!IS_LOGGED_IN()) { - LOAD_URL(URL."/modules.php?module=index"); + LOAD_URL("modules.php?module=index"); } elseif ($BLOCK_MODE) { @@ -51,7 +51,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) ADD_DESCR("member", basename(__FILE__)); // Load the include file -$INC_WHAT = sprintf(PATH."inc/modules/member/what-%s.php", $GLOBALS['what']); +$INC_WHAT = sprintf("%sinc/modules/member/what-%s.php", PATH, $GLOBALS['what']); if (file_exists($INC_WHAT)) { // Ok, we finally load the member action module