<?php $storedHash = "0e1234"; $inputHash = "0"; if (gettype($storedHash) !== "string" || gettype($inputHash) !== "string") { echo "PANIC"; die; } if ($storedHash == $inputHash) { echo "Access granted."; } else { echo "Access denied."; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`