From e3b999dc0520df1cc7ed0a4f92080368e9728cb9 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 9 Feb 2013 14:25:06 -0800 Subject: Map URL rewrite .com/map/ID - Note this has domain name in it... --- index.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 4eff377..a84fb19 100644 --- a/index.php +++ b/index.php @@ -71,7 +71,9 @@ $footerLinks['#top'] = "Back to Top"; //Links appear in order. $Links['home'] = "Home"; -$Links['scores'] = "Scores"; +//TODO: Delete + $Links['oldleaderboard'] = "Old ScorePage..."; +$Links['scores'] = "Scores BETA!"; $Links['challengelist'] = "Challenges BETA!"; //$Links['howtoplay'] = "How to Play"; //$Links['tutorial'] = "Tutorial"; @@ -149,6 +151,11 @@ switch ($request) { require("pages/howtoplay.php"); break; + //TODO: DELETE: + case "oldleaderboard": + require("pages/oldleaderboard.php"); + break; + //Support older links. case "leaderboard": header("Location: $mydomain"."scores?date=".$_GET['date']); -- cgit v1.2.3