From c5639ee890215e4e8e0f544821ea8d285ca58eb8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Sep 2014 22:26:58 +0200 Subject: init --- stream.php | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 stream.php (limited to 'stream.php') diff --git a/stream.php b/stream.php new file mode 100644 index 0000000..30b703d --- /dev/null +++ b/stream.php @@ -0,0 +1,88 @@ +open(); +if(!$db->listExists($_GET["vid"])) + failure("No video found.", true); +$title = $db->getItem($_GET["vid"], 1); +$db->close(); +unset($db); +?> + + +
+ +( meanwhile we are proving P = NP ... )
+
+