diff options
Diffstat (limited to 'app/ui/stella.php')
-rw-r--r-- | app/ui/stella.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ui/stella.php b/app/ui/stella.php index 143a172..c0f1fc6 100644 --- a/app/ui/stella.php +++ b/app/ui/stella.php @@ -2,6 +2,6 @@ header("X-Frame-Options: SAMEORIGIN"); unset($_GET["a"]); -$onlyStella = true; +$onlyStella = 1; global $onlyStella; require_once "./listing.php";
\ No newline at end of file |