Fix Redirections when installed on other directories.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace VAR.Focus.Web.Pages
|
||||
}
|
||||
|
||||
Sessions.Current.Session_Init(Context, _txtNameEmail.Text);
|
||||
Response.Redirect(".");
|
||||
Response.Redirect(Globals.DefaultHandler);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user