"refonte debut annee"

This commit is contained in:
JunkJumper
2020-09-07 10:27:18 +02:00
parent 4a2209224c
commit b95bd91fad
38 changed files with 603 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $dir = basename(($dirT));
$dh = opendir($path);
$i=1;
while (($file = readdir($dh)) !== false) {
if($file != "." && $file != ".." && $file != "index.php" && $file != ".htaccess" && $file != "error_log" && $file != "src" && $file != "cgi-bin") {
if($file != "." && $file != ".." && $file != "index.php" && $file != ".htaccess" && $file != "error_log" && $file != "src" && $file != ".git" && $file != "LICENSE.md" && $file != "README.md" && $file != "cgi-bin") {
if (filetype($file) == "dir")
{
echo "<a href='$path/$file' class='ls-s'><img src='./src/folder.png' alt='folder' class='icon' />$file</a><br />";