diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-29 22:27:20 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-29 22:27:20 +0100 |
commit | 747d8f88d5a635ba68b3f6288fb8d1f3fe48f83d (patch) | |
tree | 66101947d417a29099b1be462ec3029a7a092657 /app/ui/video.php | |
parent | 6f6a92041aae1577a963af9c3a31b46950e15f40 (diff) | |
download | mist-747d8f88d5a635ba68b3f6288fb8d1f3fe48f83d.tar.gz mist-747d8f88d5a635ba68b3f6288fb8d1f3fe48f83d.tar.bz2 mist-747d8f88d5a635ba68b3f6288fb8d1f3fe48f83d.zip |
Updated 19 files, added 5 files and deleted app/studio.php (automated)
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 |