aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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');