Fix Redirections when installed on other directories.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace VAR.Focus.Web.Controls
|
||||
|
||||
public bool IsReusable
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public void ProcessRequest(HttpContext context)
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace VAR.Focus.Web.Controls
|
||||
|
||||
public bool IsReusable
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public void ProcessRequest(HttpContext context)
|
||||
|
||||
Reference in New Issue
Block a user