diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-26 03:31:52 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-26 03:31:52 -0600 |
commit | 20e2aadc5bec3a0282183354d81bee215e647d1f (patch) | |
tree | 66fb117df1edffa748b40738fefe04d55edeeb3f /pages/challenge.php | |
parent | 5dfe3b8c21ca79300a1851d7658f8aa389b2733f (diff) | |
parent | 0879eecfe919597de05895087327bfb0b1a6e9bd (diff) | |
download | pathery-20e2aadc5bec3a0282183354d81bee215e647d1f.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Diffstat (limited to 'pages/challenge.php')
-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 02c6f04..e6dbff2 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;
}
|