aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-28 11:26:17 +0100
committerMaZderMind2015-12-28 11:26:17 +0100
commit6be05f60903348f4690249052c98a15ca10ab3ed (patch)
treef9406ce6840874122b60d3e92c4c44d2f1c41cc9 /index.php
parent327cbb3cae07b2463f3bc466db4814dee368928e (diff)
add audio-only multiview
Diffstat (limited to 'index.php')
-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');