diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-17 23:25:54 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-17 23:25:54 +0100 |
commit | c2a38a4847dfa9f561717cfc9858c275caa33876 (patch) | |
tree | 149bb7626f4495558c781fbcd621434e3cf7e6df /app/ui/stella.php | |
parent | ca4588f1b8200ef93e1614f2274a960bbb9fd53e (diff) | |
download | mist-c2a38a4847dfa9f561717cfc9858c275caa33876.tar.gz mist-c2a38a4847dfa9f561717cfc9858c275caa33876.tar.bz2 mist-c2a38a4847dfa9f561717cfc9858c275caa33876.zip |
Updated 14 files and added 2 files (automated)
Diffstat (limited to 'app/ui/stella.php')
-rw-r--r-- | app/ui/stella.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/ui/stella.php b/app/ui/stella.php new file mode 100644 index 0000000..143a172 --- /dev/null +++ b/app/ui/stella.php @@ -0,0 +1,7 @@ +<?php + +header("X-Frame-Options: SAMEORIGIN"); +unset($_GET["a"]); +$onlyStella = true; +global $onlyStella; +require_once "./listing.php";
\ No newline at end of file |