aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.php b/index.php
index d044cfe..eeaca82 100644
--- a/index.php
+++ b/index.php
@@ -210,6 +210,12 @@ try {
require('view/multiview.php');
}
+ else if($route == 'multiview/audio')
+ {
+ $_GET['selection'] = 'audio';
+ require('view/multiview.php');
+ }
+
else if($route == 'feedback')
{
require('view/feedback.php');