diff options
author | Arun Persaud <arun@nubati.net> | 2008-04-26 13:16:24 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-04-26 13:16:24 -0700 |
commit | 4fc2c543112c4734b71272b1e4a1392406d63455 (patch) | |
tree | 4823567aded6dd95726db197e006086e08c0b5ad /include/output.php | |
parent | 924f395a39eeccbcd54d540613e440cbedd6ba3d (diff) | |
download | e-DoKo-4fc2c543112c4734b71272b1e4a1392406d63455.tar.gz e-DoKo-4fc2c543112c4734b71272b1e4a1392406d63455.tar.bz2 e-DoKo-4fc2c543112c4734b71272b1e4a1392406d63455.zip |
CLEANUP: moved register.php to the include directory
new users are now also automatically logged in.
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php index b22b6ef..4f4a5b6 100644 --- a/include/output.php +++ b/include/output.php @@ -275,7 +275,7 @@ function output_home_page($pre,$game,$done,$avgtime) echo "$done games have been completed on this server. Average time of a game: $avgtime days</p>"; ?> - <p> Please <a href="./register.php">register</a>, in case you have not done that yet <br /> + <p> Please <a href="index.php?action=register">register</a>, in case you have not done that yet <br /> or login with you email-address or name and password here: </p> <form action="index.php?action=login" method="post"> |