aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.php b/index.php
index b3f0b34..d044cfe 100644
--- a/index.php
+++ b/index.php
@@ -66,6 +66,13 @@ try {
exit;
}
+ else if($route == 'about')
+ {
+ // global about-page
+ require('view/about-global.php');
+ exit;
+ }
+
@list($mandator, $route) = explode('/', $route, 2);
if(!$mandator)
{