Surfbar text updated, more masks applied, footer/timing removed in frametester module
[mailer.git] / inc / modules / login.php
index f220ec106d080b4bc69fc1b5ba601805e250035c..f4403897bc4cd450acf51c86995738d899b161af 100644 (file)
@@ -100,7 +100,7 @@ if (($_CONFIG['member_menu'] == "Y") || (!EXT_IS_ACTIVE("sql_patches", true)))
 OUTPUT_HTML("   </TD>
   <TD valign=\"top\" align=\"center\" rowspan=\"3\" class=\"member_content\">");
 
-$INC_ACTION = sprintf(."%sinc/modules/member/action-%s.php", PATH, $act);
+$INC_ACTION = sprintf("%sinc/modules/member/action-%s.php", PATH, $act);
 if ((file_exists($INC_ACTION)) && (is_readable($INC_ACTION)) && (VALIDATE_MENU_ACTION("member", GET_ACTION("member", $GLOBALS['what']), $GLOBALS['what'])))
 {
        // Requested module is available so we load it