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