From 521f0e2e1c94538fdce65a021144180f368364d9 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 8 Dec 2016 22:38:46 +0100 Subject: add dash tab (with dummy content) --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') 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], -- cgit v1.2.3