diff options
Diffstat (limited to 'www/index.php')
| -rw-r--r-- | www/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index f793c10..cf851e8 100644 --- a/www/index.php +++ b/www/index.php @@ -1,7 +1,10 @@ <? +include("include.php"); + if(empty($_GET["task"])){ - include("failure.php"); + $videoID = start($yt); + include("print_index.php"); } else { switch($_GET["task"]){ case("youtube"): |
