merge in changes from unRAID 6.1.8

This commit is contained in:
Eric Schultz
2016-02-09 16:19:04 -08:00
parent fb1c136c3f
commit bb7a9a8080
22 changed files with 299 additions and 237 deletions

View File

@@ -23,14 +23,14 @@ case 'save':
copy($source, $tmp);
exec("zip -qlj $docroot/$file $tmp");
@unlink($tmp);
}
}
echo "/$file";
break;
case 'delete':
@unlink("$docroot/$file");
break;
case 'diag':
exec("$docroot/webGui/scripts/diagnostics $docroot/$file");
exec("$docroot/webGui/scripts/diagnostics {$_POST['anonymize']} $docroot/$file");
echo "/$file";
break;
}