@@ -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='';
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.