From 753180b7c77de73847988a0137389fbcb3036c73 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 16 Sep 2024 16:39:04 +0200 Subject: [PATCH] remove comment --- epub.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/epub.php b/epub.php index d5955b7..305ca36 100644 --- a/epub.php +++ b/epub.php @@ -710,8 +710,6 @@ "; - - // Loop through the directory contents while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { $filePath = 'epub/' . $file; @@ -719,7 +717,6 @@ echo "
  • $file - $modTime
  • "; } } - echo ""; closedir($handle); }