Fix typo in dbc1c7b72f
comment
This commit is contained in:
parent
dbc1c7b72f
commit
a6ee79f428
|
@ -290,7 +290,7 @@ function csrf_callback($tokens) {
|
||||||
<p>CSRF check failed. Your form session may have expired, or you may not have
|
<p>CSRF check failed. Your form session may have expired, or you may not have
|
||||||
cookies enabled.</p>";
|
cookies enabled.</p>";
|
||||||
if (ZM_LOG_DEBUG) {
|
if (ZM_LOG_DEBUG) {
|
||||||
// Don't make it too easy for users to inflict a CSRF attach on themselves.
|
// Don't make it too easy for users to inflict a CSRF attack on themselves.
|
||||||
echo "<p><strong>Only try again if you weren't sent to this page by someone as this is potentially a sign of an attack.</strong></p>";
|
echo "<p><strong>Only try again if you weren't sent to this page by someone as this is potentially a sign of an attack.</strong></p>";
|
||||||
echo "<form method='post' action=''>$data<input type='submit' value='Try again' /></form>";
|
echo "<form method='post' action=''>$data<input type='submit' value='Try again' /></form>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue