mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 09:27:24 +01:00
bsd fixup
This commit is contained in:
parent
abe4bdd6ae
commit
186ad5ca86
2
post.php
2
post.php
@ -573,7 +573,7 @@ if (isset($_POST['delete'])) {
|
|||||||
|
|
||||||
if ($post['has_file']) {
|
if ($post['has_file']) {
|
||||||
$md5cmd = false;
|
$md5cmd = false;
|
||||||
if ($config['bsd_md5']) $md5cmd = 'md5 -r';
|
if ($config['bsd_md5']) $md5cmd = '/sbin/md5 -r';
|
||||||
if ($config['gnu_md5']) $md5cmd = 'md5sum';
|
if ($config['gnu_md5']) $md5cmd = 'md5sum';
|
||||||
|
|
||||||
$allhashes = '';
|
$allhashes = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user