From 186ad5ca86ae2255bbe0d6846a390963d63ae9e9 Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 5 May 2016 10:53:44 +0200 Subject: [PATCH] bsd fixup --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 5c755a3c..4c944178 100644 --- a/post.php +++ b/post.php @@ -573,7 +573,7 @@ if (isset($_POST['delete'])) { if ($post['has_file']) { $md5cmd = false; - if ($config['bsd_md5']) $md5cmd = 'md5 -r'; + if ($config['bsd_md5']) $md5cmd = '/sbin/md5 -r'; if ($config['gnu_md5']) $md5cmd = 'md5sum'; $allhashes = '';