diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-26 01:07:16 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-26 01:07:16 -0800 |
commit | 75bde8678d1f04aed2bedf75bb2db1bcc8dec5af (patch) | |
tree | 35a6577d3a70cda792b674888855e89c42f1bd98 /pages | |
parent | 1e65273d68ffdec07f49c14e929499af21f7776a (diff) | |
download | pathery-75bde8678d1f04aed2bedf75bb2db1bcc8dec5af.tar.xz |
updated URL login to the showSignin(); popup.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/challenge.php | 2 |
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;
}
|