Updated RDWeb pages with the two-factor support

This commit is contained in:
Jakob A. Dam 2015-04-10 12:10:14 +02:00
parent 80da1889a3
commit 59d9b4b135
24 changed files with 735 additions and 229 deletions

View file

@ -10,9 +10,11 @@
void goToFolder(string getLangVal)
{
Response.Redirect(getLangVal + "/Default.aspx" + Request.Url.Query,true);
Response.Redirect(getLangVal + "/Default.aspx" + Request.Url.Query,true);
}
void Page_Load(Object sender, EventArgs e)
{
// Deny requests with "additional path information"