@@ -23,6 +23,9 @@ var filters = getFParam("filters", "");
|
||||
if (autoopenurl.indexOf("../../") == 0)
|
||||
autoopenurl = autoopenurl.substr("../../".length + 1);
|
||||
|
||||
if (autoopenurl.indexOf(HTTP.urlzelf() + "/") == 0)
|
||||
autoopenurl = autoopenurl.substr(HTTP.urlzelf().length + 1);
|
||||
|
||||
if (autoopenurl.indexOf(rooturl + "/") == 0)
|
||||
autoopenurl = autoopenurl.substr(rooturl.length + 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user