diff options
Diffstat (limited to 'changepassword.cgi')
-rwxr-xr-x | changepassword.cgi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/changepassword.cgi b/changepassword.cgi index dafe5c1ae..1bc560c17 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -24,16 +24,16 @@ use strict; print q{Content-type: text/html -<HTML> -<HEAD> -<META HTTP-EQUIV="Refresh" - CONTENT="0; URL=userprefs.cgi"> -</HEAD> -<BODY> +<html> +<head> +<meta http-equiv="Refresh" + content="0; URL=userprefs.cgi"> +</head> +<body> This URL is obsolete. Forwarding you to the correct one. -<P> -Going to <A HREF="userprefs.cgi">userprefs.cgi</A> -<BR> -</BODY> -</HTML> +<p> +Going to <a href="userprefs.cgi">userprefs.cgi</a> +<br> +</body> +</html> } |