Skip to content
Snippets Groups Projects
Commit 6b1c19e6 authored by echicken's avatar echicken
Browse files

Made it 5000% more awesome.

parent ad99a646
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,6 @@ if(user.alias.toUpperCase() != webIni.guestUser.toUpperCase()) {
print("<input type=submit value='Log in' />");
print("</form>");
print("<a class=link href=./newUser.ssjs>Register</a>");
if(http_request.query.hasOwnProperty('loginfail')) print("<i>Invalid username or password</i>");
if(http_request.query.hasOwnProperty('loginfail')) print("<br /><i>Invalid username or password</i>");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment