diff options
Diffstat (limited to 'tv/watch.php')
-rw-r--r-- | tv/watch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/watch.php b/tv/watch.php index de831af..b8a1a5e 100644 --- a/tv/watch.php +++ b/tv/watch.php @@ -1,5 +1,5 @@ <?php
-
+die();
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
if (!isset($_GET['i'])) {
|