Skip to content

Commit

Permalink
Fix security.csrf_autoload default value
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 11, 2016
1 parent 255d0ca commit 19b1793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3 id="configuration">Configuration</h3>
<tr>
<th>csrf_autoload</th>
<td>boolean</td>
<td><pre class="php"><code>true</code></pre></td>
<td><pre class="php"><code>false</code></pre></td>
<td>
When true, load and check the CSRF token using check_token() automatically. A SecurityException will be thrown if the check fails.
</td>
Expand Down

0 comments on commit 19b1793

Please sign in to comment.