summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-10 16:05:23 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-10 16:05:23 -0700
commitde879e6edc1db733481032ab16e530c8892a4e08 (patch)
tree741498a4465d76ef78bed6759abec8e3a2fda4c6
parenta62218aaf5408b3e4af0c4a9d450153a5026b101 (diff)
downloadpathery-de879e6edc1db733481032ab16e530c8892a4e08.tar.xz
No more how to play, not that it was even on the git anyway.
-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");