Easy moe changes
This commit is contained in:
parent
59701fe39a
commit
b154d22c88
|
@ -72,7 +72,11 @@ echo "<html>";
|
|||
echo "<title>ratcatcher high scores</title>";
|
||||
echo "<body bgcolor=\"#ffffff\">";
|
||||
*/
|
||||
echo "<center><h2>High Scores</h2></center>";
|
||||
if ($easymode) {
|
||||
echo "<center><h2>High Scores - Easy</h2></center>";
|
||||
} else {
|
||||
echo "<center><h2>High Scores - Normal</h2></center>";
|
||||
}
|
||||
|
||||
echo "<table width=100%>";
|
||||
echo "<tr>";
|
||||
|
|
Loading…
Reference in New Issue