From 3bd3b72e30679ea312325c2a4d4a2015b5dde79a Mon Sep 17 00:00:00 2001 From: buttstuf Date: Sun, 28 Feb 2021 02:14:48 +0000 Subject: [PATCH] Update 'rss.php' Update 'rss.php' to include filesize in XML data --- rss.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rss.php b/rss.php index b7b3662..dc09954 100644 --- a/rss.php +++ b/rss.php @@ -21,6 +21,7 @@ $allowed_ext = ".mp3,.MP3"; foreach ($files as $file) { $timestamp = filectime($file); + $filesize = filesize($file); list($author, $filename) = explode("/", $file, 2); ?> @@ -29,6 +30,7 @@ $allowed_ext = ".mp3,.MP3"; +