summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index 4d7e170..2786237 100644
--- a/index.php
+++ b/index.php
@@ -76,7 +76,6 @@ $Links['home'] = "Home";
//$Links['oldleaderboard'] = "Old ScorePage...";
$Links['scores'] = "Scores <i>New!</i>";
//$Links['challengelist'] = "Challenges <i>BETA!</i>";
-//$Links['howtoplay'] = "How to Play";
//$Links['tutorial'] = "Tutorial";
if ($accepted) {
@@ -164,10 +163,6 @@ switch ($request) {
require("pages/laws.php");
break;
- case "howtoplay":
- require("pages/howtoplay.php");
- break;
-
//TODO: DELETE:
case "oldleaderboard":
require("pages/oldleaderboard.php");