Ok, I have it "fixed" but did I do something very wrong?
The original line had this before the response.write if mLev = 4 and strEmailVal = "1" and strRestrictReg = "1" and strEmail = "1" and User_Count > 0)
I noticed in admin_home.asp that it only had if strEmailVal = "1"
so I made the login read like this if mLev = 4 and strEmailVal = "1"
Did I mess anything up or create a security issue by taking out strRestrictReg = "1" and strEmail = "1" and User_Count > 0)
???