aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-08 22:38:46 +0100
committerMaZderMind2016-12-08 22:38:46 +0100
commit521f0e2e1c94538fdce65a021144180f368364d9 (patch)
treece695aba495f2e51c4420349f9496138857ab9e0 /index.php
parent6190c814026b007bb8ba0276c89414517ee3436e (diff)
add dash tab (with dummy content)
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 9a5e304..6713cee 100644
--- a/index.php
+++ b/index.php
@@ -267,7 +267,7 @@ try {
require('view/room.php');
}
- else if(preg_match('@^([^/]+)/(sd|audio|slides)$@', $route, $m))
+ else if(preg_match('@^([^/]+)/(sd|audio|slides|dash)$@', $route, $m))
{
$_GET = array(
'room' => $m[1],
@@ -277,7 +277,7 @@ try {
require('view/room.php');
}
- else if(preg_match('@^([^/]+)/(sd|audio|slides)/translated$@', $route, $m))
+ else if(preg_match('@^([^/]+)/(sd|audio|slides|dash)/translated$@', $route, $m))
{
$_GET = array(
'room' => $m[1],