more web page fixes

This commit is contained in:
Rob Pearce 2008-11-06 02:30:57 +00:00
parent 7af018bafc
commit e219425077
2 changed files with 4 additions and 2 deletions

View File

@ -64,7 +64,9 @@ function addcommas($fullnum) {
else return "-" . $rbuf; else return "-" . $rbuf;
} }
$easymode=$_GET['easymode']; if (isset($_GET['easymode'])) {
$easymode=$_GET['easymode'];
}
sqlite_escape_string($easymode); sqlite_escape_string($easymode);
/* /*

View File

@ -53,7 +53,7 @@ This game is currently still incomplete, however the latest version of the OSX a
<table border=0> <table border=0>
<tr> <tr>
<td> <?php include("hiscores/hiscores.php"); ?></td> <td> <?php include("hiscores/hiscores.php"); ?></td>
<td> <?php include("hiscores/hiscores.php?easymode=1"); ?></td> <td> <?php easymode = 1; include("hiscores/hiscores.php"); ?></td>
</tr> </tr>
</table> </table>
<br> <br>