Просмотр исходного кода

Fixes incompatibility with BSD's md5 output format.

fixes #190
pull/47/head^2^2
nekomiko482 GitHub 8 лет назад
Родитель
Сommit
a55760299c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      post.php

+ 1
- 1
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];
}


Загрузка…
Отмена
Сохранить