Skip to content

Commit ac0237d

Browse files
authored
exit on exception
1 parent 37e9927 commit ac0237d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/csrf/csrfprotector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public static function init($length = null, $action = null)
142142
$value
143143
)
144144
);
145+
exit;
145146
}
146147
}
147148

0 commit comments

Comments
 (0)