From fe36da64909a2ad8b7f48be5b4307ed6115ecc39 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 28 Feb 2013 23:09:41 -0800 Subject: Chat /me and URL Linking --- index.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index f5f6037..9a5f7d7 100644 --- a/index.php +++ b/index.php @@ -98,6 +98,11 @@ switch ($request) { require("pages/tutorial.php"); break; + case "redirect": + $to = $_GET['to']; + DoRedirect("THIS URL COULD BE UNSAFE! Please confirm!
", $to, $duration = "8"); + break; + case "hometutorial": header("Location: $mydomain"."tutorial"); exit; -- cgit v1.2.3