leszekkazmierczak

Results 1 comments of leszekkazmierczak

I fixed this by changing `$file` to `$sha512` at line 72 in inc/deployfilepart.class.php: ``` if (!preg_match('/^\w{128}$/', $sha512)) { header("HTTP/1.1 403"); exit; } ``` After this quick fix, it started to...