summaryrefslogtreecommitdiff
path: root/app/favorites.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/favorites.php')
-rw-r--r--app/favorites.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/favorites.php b/app/favorites.php
deleted file mode 100644
index 9690523..0000000
--- a/app/favorites.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
-global $songs; global $favorites;
-
-$hasAlbum = false;
-$favoritesList = true;
-$list = [];
-
-foreach ($favorites as $id) {
- $list[$id] = $songs[$id];
-}
-
-require_once "listing.php"; \ No newline at end of file