From de879e6edc1db733481032ab16e530c8892a4e08 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 10 Mar 2013 16:05:23 -0700 Subject: No more how to play, not that it was even on the git anyway. --- index.php | 5 ----- 1 file changed, 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 New!"; //$Links['challengelist'] = "Challenges BETA!"; -//$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"); -- cgit v1.2.3