mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-26 03:08:15 +02:00
Updated RDWeb pages with the two-factor support
This commit is contained in:
parent
80da1889a3
commit
59d9b4b135
24 changed files with 735 additions and 229 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue