use the same variable name consistently

This commit is contained in:
zotlabs 2017-11-29 14:08:30 -08:00
parent 5abcb8c978
commit 6a4050cc93

View File

@ -28,7 +28,7 @@ class Getfile extends \Zotlabs\Web\Controller {
function post() {
$header_verification = false;
$header_verified = false;
$hash = $_POST['hash'];
$time = $_POST['time'];