Skip to content

Commit

Permalink
xxs_clean instead of xss_clean
Browse files Browse the repository at this point in the history
Changed xxs_clean (incorrect) to xss_clean (correct)
  • Loading branch information
filisko committed Mar 3, 2016
1 parent d0dff99 commit 1e8f683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h3 id="config">Configuration options</h3>
<td>array</td>
<td><pre class="php"><code>array()</code></pre></td>
<td>
What php functions filter the input arrays ($_GET, $_POST and $_COOKIE). Can be set to <em>xxs_clean</em>,
What php functions filter the input arrays ($_GET, $_POST and $_COOKIE). Can be set to <em>xss_clean</em>,
this may cause a performance hit based on the size of the input.
</td>
</tr>
Expand All @@ -354,7 +354,7 @@ <h3 id="config">Configuration options</h3>
<td>array</td>
<td><pre class="php"><code>array()</code></pre></td>
<td>
What php functions filter the variables set to a view. Can be set to <em>xxs_clean</em>,
What php functions filter the variables set to a view. Can be set to <em>xss_clean</em>,
this may cause a performance hit based on the size of the variables.
</td>
</tr>
Expand Down

0 comments on commit 1e8f683

Please sign in to comment.