BUG Delete Character \x01

This commit is contained in:
Stevie Mayhew 2014-04-11 14:51:52 +12:00
parent 36d925543b
commit a261f223e4

View File

@ -48,7 +48,7 @@ $dirsToCheck = array(
if($dirsToCheck[0] == $dirsToCheck[1]) {
unset($dirsToCheck[1]);
}
foreach($dirsToCheck as $dir) {
foreach($dirsToCheck as $dir) {
//check this dir and every parent dir (until we hit the base of the drive)
// or until we hit a dir we can't read
do {