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