aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2014-12-22 13:30:42 +0100
committerMaZderMind2014-12-22 13:30:42 +0100
commit2040e49f949396aa79fb84ed9e025e4de5571ed6 (patch)
tree2f11c7af5741cff1e410ea25d821986692056b8c /index.php
parent095e23686087b311636a3394fe207e50ca41fc04 (diff)
standalone feedback page & intrinsic save mechanism
Diffstat (limited to '')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index def4f7c..a504c90 100644
--- a/index.php
+++ b/index.php
@@ -69,6 +69,11 @@ else if(preg_match('@^program.json$@', $route, $m))
include('pages/program-json.php');
}
+else if(preg_match('@^feedback$@', $route, $m))
+{
+ include('pages/feedback.php');
+}
+
else
{
include('pages/404.php');