diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-02-17 16:24:40 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-02-17 16:24:40 -0600 |
commit | 473d12d4beb40438d229d40006904c443e3808e5 (patch) | |
tree | 82de54128ac8c7af6489f557fb6222ec963cf365 /pages/admin.php | |
parent | 432be01f4bc8856e54c1f254d5d03c55022d296d (diff) | |
download | pathery-473d12d4beb40438d229d40006904c443e3808e5.tar.xz |
I have no idea why these slashes or here, or why the buttons no longer work when they definitely used to... wtf??
Diffstat (limited to 'pages/admin.php')
-rw-r--r-- | pages/admin.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/admin.php b/pages/admin.php index 2109f7c..d86d042 100644 --- a/pages/admin.php +++ b/pages/admin.php @@ -69,9 +69,9 @@ $result = mysql_query($sql); <h3>Administrators Page</h3>
<p>News:</p>
<p>Buttons:<br />
- <input type="button" value="Apply all achievements" onClick="parent.location=\'admin?applyall=true\'">
- <input type="button" value="Recalculate all player stats" onClick="parent.location=\'admin?recalcStats=true\'">
- <input type="button" value="Delete Errorlog" onClick="parent.location=\'admin?deleteErrors=true\'">
+ <input type="button" value="Apply all achievements" onClick="parent.location='admin?applyall=true'">
+ <input type="button" value="Recalculate all player stats" onClick="parent.location='admin?recalcStats=true'">
+ <input type="button" value="Delete Errorlog" onClick="parent.location='admin?deleteErrors=true'">
</p>
<p>Links: <a href="errorlogs">View Errorlog.txt</a></p>
|