We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c436f1 commit cd8afdcCopy full SHA for cd8afdc
1 file changed
src/CSRF.php
@@ -18,9 +18,7 @@
18
class CSRF extends Anchor
19
{
20
public static function init()
21
- {
22
- self::config();
23
-
+ {
24
if (session_status() !== PHP_SESSION_ACTIVE) {
25
session_start();
26
}
0 commit comments