We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I just want to advice that this code (README.md):
<form action="index.php" method="post"> <?= \Volnix\CSRF\CSRF::getAsHiddenInput('custom_token_name') ?> <input type="text" name="action" placeholder="Enter an action."/> <input type="submit" value="Submit" name="sub"/> </form>
is invalid because the method getAsHiddenInput() doesn't exist. The real name of the method is getHiddenInputString()
getAsHiddenInput()
getHiddenInputString()
The text was updated successfully, but these errors were encountered:
Good catch! Fixed in 3387e49
Sorry, something went wrong.
No branches or pull requests
Hi,
I just want to advice that this code (README.md):
is invalid because the method
getAsHiddenInput()
doesn't exist.The real name of the method is
getHiddenInputString()
The text was updated successfully, but these errors were encountered: