remove comment
This commit is contained in:
parent
2e5b2fb7c5
commit
753180b7c7
3
epub.php
3
epub.php
|
@ -710,8 +710,6 @@
|
|||
<?php
|
||||
if ($handle = opendir('epub')) {
|
||||
echo "<ul>";
|
||||
|
||||
// Loop through the directory contents
|
||||
while (false !== ($file = readdir($handle))) {
|
||||
if ($file != "." && $file != "..") {
|
||||
$filePath = 'epub/' . $file;
|
||||
|
@ -719,7 +717,6 @@
|
|||
echo "<li><a href='$filePath' download>$file</a> - $modTime</li>";
|
||||
}
|
||||
}
|
||||
|
||||
echo "</ul>";
|
||||
closedir($handle);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue