summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-12-17 10:17:50 +0100
committerArun Persaud <arun@nubati.net>2007-12-17 10:17:50 +0100
commitad48a970a52fc44b65176b951a15b9846a290bab (patch)
tree8153c3fafe6a26e19dbeac9f96fb711bde767d5d /output.php
parente7e64b1ada481710704c16bfb8ee4a7c337dc8f1 (diff)
downloade-DoKo-ad48a970a52fc44b65176b951a15b9846a290bab.tar.gz
e-DoKo-ad48a970a52fc44b65176b951a15b9846a290bab.tar.bz2
e-DoKo-ad48a970a52fc44b65176b951a15b9846a290bab.zip
BUGFIX: use of local web links now possible
before I used a lot of http:// requests although the files were in the same domain, now local links with absolute paths are used.
Diffstat (limited to 'output.php')
-rw-r--r--output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.php b/output.php
index 98bfb9d..19e11eb 100644
--- a/output.php
+++ b/output.php
@@ -267,7 +267,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="./register.php">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" method="post">