diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-10 16:05:23 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-10 16:05:23 -0700 |
commit | de879e6edc1db733481032ab16e530c8892a4e08 (patch) | |
tree | 741498a4465d76ef78bed6759abec8e3a2fda4c6 | |
parent | a62218aaf5408b3e4af0c4a9d450153a5026b101 (diff) | |
download | pathery-de879e6edc1db733481032ab16e530c8892a4e08.tar.xz |
No more how to play, not that it was even on the git anyway.
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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");
|