diff options
Diffstat (limited to 'app/ui/video.php')
-rw-r--r-- | app/ui/video.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/ui/video.php b/app/ui/video.php new file mode 100644 index 0000000..fa11e6c --- /dev/null +++ b/app/ui/video.php @@ -0,0 +1,7 @@ +<?php + +header("X-Frame-Options: SAMEORIGIN"); +unset($_GET["a"]); +$onlyStella = 2; +global $onlyStella; +require_once "./listing.php";
\ No newline at end of file |