mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
parent
11cecf8452
commit
a55760299c
2
post.php
2
post.php
@ -607,7 +607,7 @@ if (isset($_POST['delete'])) {
|
||||
error($config['error']['nomove']);
|
||||
|
||||
if ($md5cmd) {
|
||||
$output = shell_exec_error($md5cmd . " < " . escapeshellarg($upload));
|
||||
$output = shell_exec_error($md5cmd . " " . escapeshellarg($upload));
|
||||
$output = explode(' ', $output);
|
||||
$hash = $output[0];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user