summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-26 01:07:16 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-26 01:07:16 -0800
commit75bde8678d1f04aed2bedf75bb2db1bcc8dec5af (patch)
tree35a6577d3a70cda792b674888855e89c42f1bd98
parent1e65273d68ffdec07f49c14e929499af21f7776a (diff)
downloadpathery-75bde8678d1f04aed2bedf75bb2db1bcc8dec5af.tar.xz
updated URL login to the showSignin(); popup.
-rw-r--r--pages/challenge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/challenge.php b/pages/challenge.php
index 84b401b..76db642 100644
--- a/pages/challenge.php
+++ b/pages/challenge.php
@@ -69,7 +69,7 @@ topbar($Links);
//Check that the user is allowed to do the challenges
if (!$accepted) {
- echo "<center>Please <a href='login'>login</a> to do the challenges!</center></div>";
+ echo "<center>Please <a href='javascript:showSignin();'>login</a> to do the challenges!</center></div>";
htmlFooter();
return;
}