From d41452b307a3225833025afa80bf180addb0327c Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 26 Dec 2014 01:46:20 +0100 Subject: replive play --- index.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index a504c90..d554a94 100644 --- a/index.php +++ b/index.php @@ -74,6 +74,11 @@ else if(preg_match('@^feedback$@', $route, $m)) include('pages/feedback.php'); } +else if(preg_match('@^relive$@', $route, $m)) +{ + include('pages/relive.php'); +} + else { include('pages/404.php'); -- cgit v1.2.3