Case insensitive array_diff for files, test on windows

This commit is contained in:
color.diff=auto
2021-03-28 00:33:15 -06:00
parent ce01b0e602
commit f7e3fe9560
3 changed files with 5 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ ERROR: INVALID PATH</h1></center>';
$path = $_POST['path'];
$path = rtrim($_POST['path'], "/");
$path = $path . DIRECTORY_SEPARATOR;
if (!is_dir($path)) {
echo '<center><h1 style="font-family:Lato; color:#880000;"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
ERROR: INVALID PATH</h1></center>';