summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authorroot2014-03-23 00:04:34 +0100
committerroot2014-03-23 00:04:34 +0100
commit293e2d3203d4f473f3239571b5d0237cea26a46b (patch)
tree00d4d35d4f69fb127649f07d8b000bd10fec5191 /www/include.php
parentdc083d0685fa36e48f6d9e1ba2895f730a167194 (diff)
downloadrandom-293e2d3203d4f473f3239571b5d0237cea26a46b.tar.gz
Completed youtube history for the browser.
Diffstat (limited to 'www/include.php')
-rw-r--r--www/include.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php
new file mode 100644
index 0000000..ad9562d
--- /dev/null
+++ b/www/include.php
@@ -0,0 +1,6 @@
+<?php
+
+$functiondir = "functions/";
+
+require_once($functiondir . "func_youtube.php");
+require_once($functiondir . "func_puush.php");