diff options
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 6eb036096..ae63b1f5f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -94,7 +94,7 @@ Hg Tag: </p> <li>Added a <kbd>$xss_clean</kbd> class variable to the XMLRPC library, enabling control over the use of the Security library's <kbd>xss_clean()</kbd> method.</li> <li>Added a <kbd>download()</kbd> method to the <a href="libraries/ftp.html">FTP library</a></li> <li>Changed <kbd>do_xss_clean()</kbd> to return FALSE if the uploaded file fails XSS checks.</li> - <li>Added stripslashes() and trim()ing of double quotes from $_FILES type value to standardize input.</li> + <li>Added stripslashes() and trim()ing of double quotes from $_FILES type value to standardize input in Upload library.</li> </ul> </li> <li>Database |