aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2014-12-26 01:46:20 +0100
committerMaZderMind2014-12-26 01:46:20 +0100
commitd41452b307a3225833025afa80bf180addb0327c (patch)
tree844e7328c9611896e4b670f050f8bfcce9b76d2d /index.php
parentd76854a4800df84f325d89e499d70bb0b121e4a1 (diff)
replive play
Diffstat (limited to '')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
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');