summaryrefslogtreecommitdiffstats
path: root/pages/challengelist.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-17 21:41:00 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-17 21:41:00 -0800
commit7e3ab267d9e74856ed0cafffcdab34fd40b48228 (patch)
treed77388f36e57f77a94023f0c11feb3eddcad692d /pages/challengelist.php
parentf4c16b40f54ce14de3ab30637269f74908149dd0 (diff)
downloadpathery-7e3ab267d9e74856ed0cafffcdab34fd40b48228.tar.xz
Adjusted / added footerlinks.
Diffstat (limited to 'pages/challengelist.php')
-rw-r--r--pages/challengelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/challengelist.php b/pages/challengelist.php
index ca9fe46..fcc384b 100644
--- a/pages/challengelist.php
+++ b/pages/challengelist.php
@@ -20,7 +20,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>";
+ echo "<center>Please <a href='javascript:showSignin();'>login</a> to do the challenges!</center>";
echo "<br /><br /></div>";
htmlFooter();
return;