Skip to content
Snippets Groups Projects
Unverified Commit d1666f4f authored by JonGold's avatar JonGold
Browse files

Initialize token var

parent 487e7e0a
No related branches found
No related tags found
1 merge request!16Initialize token var
......@@ -151,6 +151,7 @@ class Recaptcha {
return;
}
$token = '';
if (!empty($_POST['g-recaptcha-token'])) {
$token = $_POST['g-recaptcha-token'];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment