Added "DJ Mode" (splitscreen)
[mirrors/JukeBox.git] / index.php
index fa52b99e5b30c72291b88b73d7ec70885ca4db8e..4c53da9b84a7a664ef1ef094ff72ffdb00a188dc 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -295,6 +295,7 @@ function flash_mp3_player() {
 }
 
 //GET
+if(isset($_GET['dj'])) { ?><frameset cols="*,*"><frame name="dj-left" src="./"><frame name="dj-right" src="./"></frameset><?php die(); }
 if(isset($_GET['download'])) serve_download($playlist_name);
 if(isset($_GET['f'])) flash_mp3_player();
 if(isset($_GET['song'])) {
@@ -350,6 +351,7 @@ if(isset($_GET['blank'])) {
        <iframe src="about:blank" name="playframe-hide" width="0" height="0" style="border: none;" class="hide"></iframe><!-- -----------???--------------- -->
        <span class="icon">&lt;</span> <a href="javascript: history.go(-1)" class="icon iback">BACK</a>
        | <a href="?" class="icon ihome">HOME&nbsp;(<?=$music_dir?>)</a>
+       | <a href="?dj" class="icon idjmode">DJ</a>
        | <a href="?help" class="icon ihelp">ABOUT/HELP</a>
        | <a href="?logout" class="icon ilogout">LOGOUT</a>
 </div>
This page took 0.137224 seconds and 4 git commands to generate.