From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- libs/music/player.d/plisteditor.php | 146 ++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 libs/music/player.d/plisteditor.php (limited to 'libs/music/player.d/plisteditor.php') diff --git a/libs/music/player.d/plisteditor.php b/libs/music/player.d/plisteditor.php new file mode 100644 index 0000000..020623f --- /dev/null +++ b/libs/music/player.d/plisteditor.php @@ -0,0 +1,146 @@ + + + + + + Playlist Editor + + + + + +
Chrisoft::Music Library
+

Note: Playlist ID 0~15 are reserved.

+ + + + + + +
+
+ +
+
+
+
+
+
+ Play List ID:
+ Play List Name:
+ +
+
+ +
+ =0&&intval($_GET["plistid"])<100) + { + echo ""; + fclose($file); + } + } + ?> +
+
+ +
+ + -- cgit v1.2.3