diff options
-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>
|