use the same variable name consistently
This commit is contained in:
parent
5abcb8c978
commit
6a4050cc93
@ -28,7 +28,7 @@ class Getfile extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
function post() {
|
function post() {
|
||||||
|
|
||||||
$header_verification = false;
|
$header_verified = false;
|
||||||
|
|
||||||
$hash = $_POST['hash'];
|
$hash = $_POST['hash'];
|
||||||
$time = $_POST['time'];
|
$time = $_POST['time'];
|
||||||
|
Reference in New Issue
Block a user