Hi,
I think I found an error in admin_moderators.asp, V. 4.0B3 (with the latest patches)
The last lines are:
<% WriteFooter
Else
scriptname = split(request.servervariables("SCRIPT_NAME"),"/")
Response.Redirect "admin_login.asp?target=scriptname"
End IF
%>
I think this line before the End If should be:
Response.Redirect "admin_login.asp?target=" & scriptname(ubound(scriptname))
-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Edited by - bozden on 23 April 2002 13:51:10<