summaryrefslogtreecommitdiff
path: root/account.php
diff options
context:
space:
mode:
authornatrak <>2000-06-02 18:59:24 +0000
committernatrak <>2000-06-02 18:59:24 +0000
commit2cd171fed5bd93c5006a6719bbaa4d00297a9453 (patch)
tree22fd174cabc9da81808a2000198dfae882490df8 /account.php
parent5984ea466fbadc97a110f1a63a50971ed7a7425c (diff)
downloadbrdo-2cd171fed5bd93c5006a6719bbaa4d00297a9453.tar.gz
brdo-2cd171fed5bd93c5006a6719bbaa4d00297a9453.tar.bz2
Typo in the last fix
Diffstat (limited to 'account.php')
-rw-r--r--account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.php b/account.php
index f4a7f4073..e6dc89972 100644
--- a/account.php
+++ b/account.php
@@ -18,7 +18,7 @@ function showLogin($userid = "") {
print("<TR><TH>User ID:</TH><TD><INPUT NAME=userid VALUE=\"$userid\"></TD></TR>\n");
print("<TR><TH>Password:</TH><TD><INPUT NAME=passwd TYPE=password></TD></TR>\n");
print("<TR><TD ALIGN=center><INPUT NAME=act TYPE=submit VALUE=\"Login\"></TD></TR>\n");
- print("<TR><TD ALIGN=center><A HREF=\"account.php&act=new\">Register</A> as new user.</A></TD></TR>\n");
+ print("<TR><TD ALIGN=center><A HREF=\"account.php?act=new\">Register</A> as new user.</A></TD></TR>\n");
print("<TR><TD COLSPAN=2>$user->ublock</TD></TR>\n");
print("</TABLE>\n");
print("</FORM>\n");