From 2fcf71ee0f0feb98cdd1fb1a44b2711a567056fe Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 5 Dec 2011 00:52:15 -0800 Subject: Tutorial added in. More testing with a solver. --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6005fe1..a14249f 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,8 @@ if ($_SESSION['accepted'] <> 1) //Links appear in order. $Links['home'] = "Home"; $Links['leaderboard'] = "Scoreboard"; -$Links['howtoplay'] = "How to Play"; +//$Links['howtoplay'] = "How to Play"; +$Links['tutorial'] = "New Tutorial"; //$Links['gallery'] = "Gallery"; if ($_SESSION['isAdmin'] == true) { $Links['admin'] = 'Admin'; -- cgit v1.2.3