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); }