X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-welcome.php;h=a008e48709c912222db3fd38c858d60fd9d7c1c4;hb=25d58e2ed3974848680b5aaa7480f572e6fd8fa8;hp=71787b967f6bd5be8b7127ddb2297008dffc1111;hpb=99cab54d086b044c882670ef9e051ba85bf9771f;p=mailer.git diff --git a/inc/modules/member/what-welcome.php b/inc/modules/member/what-welcome.php index 71787b967f..a008e48709 100644 --- a/inc/modules/member/what-welcome.php +++ b/inc/modules/member/what-welcome.php @@ -39,12 +39,12 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) } elseif (!IS_LOGGED_IN()) { - LOAD_URL(URL."/modules.php?module=index"); + LOAD_URL("modules.php?module=index"); } // Add description as navigation point ADD_DESCR ("member", basename(__FILE__)); -OUTPUT_HTML("
"); +OUTPUT_HTML("
"); // Export data for template define('_LAST_ONLINE_VALUE', MAKE_DATETIME($LAST['online']));