Skip to content

Commit 972ae17

Browse files
authored
fix small typo (hestiacp#2360)
1 parent e631766 commit 972ae17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/inc/prevent_csrf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function checkStrictness($level)
2323
http_response_code(400);
2424
echo "<h1>Potential use CSRF detected</h1>\n".
2525
"<p>Please disable any plugins/add-ons inside your browser or contact your system administrator. If you are the system administrator you can run v-change-sys-config-value 'POLICY_CSRF_STRICTNESS' '0' as root to disable this check.<p>".
26-
"<p>If you folowed a bookmark or an static link <a href='/'>please click here</a>";
26+
"<p>If you followed a bookmark or an static link <a href='/'>please click here</a>";
2727
die();
2828
}
2929
}

0 commit comments

Comments
 (0)