summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorroot2014-03-23 00:04:34 +0100
committerroot2014-03-23 00:04:34 +0100
commit293e2d3203d4f473f3239571b5d0237cea26a46b (patch)
tree00d4d35d4f69fb127649f07d8b000bd10fec5191 /www/index.php
parentdc083d0685fa36e48f6d9e1ba2895f730a167194 (diff)
downloadrandom-293e2d3203d4f473f3239571b5d0237cea26a46b.tar.gz
Completed youtube history for the browser.
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php5
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"):