|
|
@ -568,7 +568,7 @@ if (isset($_POST['delete'])) { |
|
|
|
|
|
|
|
$md5cmd = $config['bsd_md5'] ? 'md5 -r' : 'md5sum'; |
|
|
|
|
|
|
|
if ($output = shell_exec_error("cat $filenames | $md5cmd")) { |
|
|
|
if (!$config['php_md5'] && $output = shell_exec_error("cat $filenames | $md5cmd")) { |
|
|
|
$explodedvar = explode(' ', $output); |
|
|
|
$hash = $explodedvar[0]; |
|
|
|
$post['filehash'] = $hash; |
|
|
|