more web page fixes
This commit is contained in:
parent
7af018bafc
commit
e219425077
|
@ -64,7 +64,9 @@ function addcommas($fullnum) {
|
|||
else return "-" . $rbuf;
|
||||
}
|
||||
|
||||
$easymode=$_GET['easymode'];
|
||||
if (isset($_GET['easymode'])) {
|
||||
$easymode=$_GET['easymode'];
|
||||
}
|
||||
|
||||
sqlite_escape_string($easymode);
|
||||
/*
|
||||
|
|
|
@ -53,7 +53,7 @@ This game is currently still incomplete, however the latest version of the OSX a
|
|||
<table border=0>
|
||||
<tr>
|
||||
<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>
|
||||
</table>
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue