- 15 Oct, 2021 3 commits
-
-
Drew Phillips authored
Use htmlspecialchars to fix XSS in some example scripts
-
redacted authored
-
redacted authored
-
- 30 May, 2020 10 commits
-
-
dapphp authored
-
dapphp authored
-
dapphp authored
-
dapphp authored
Fix #63 - Fix open_basedir restriction in effect with lame binary path - must set Securimage::$lame_binary_path = ""; to avoid
-
dapphp authored
-
dapphp authored
Fix #94 - Fix for illegal string offset error if getCode() is invoked with no previous session or database value
-
Drew Phillips authored
Possibility to make the captcha's input required
-
Drew Phillips authored
Add possibility to change the JavaScript url.
-
Drew Phillips authored
Fixing PHP 7.4 Incompatibility : Curly brace syntax #97
- 29 May, 2020 1 commit
-
-
pathumhdes authored
-
- 13 Jan, 2020 1 commit
-
-
Pieter Maes authored
-
- 03 Dec, 2018 1 commit
-
-
mirabellette authored
I added to the captcha's input text a required tag in order to oblige the user to fill it. It could be disable with 'input_required' => false. For example: Securimage::getCaptchaHtml(array('input_required' => false))
-
- 09 Mar, 2018 10 commits
- 24 Feb, 2018 1 commit
-
-
dapphp authored
-
- 21 Nov, 2017 2 commits
-
-
Drew Phillips authored
-
Drew Phillips authored
-
- 29 Sep, 2017 2 commits
-
-
Drew Phillips authored
-
Drew Phillips authored
-
- 15 Feb, 2017 1 commit
-
-
Drew Phillips authored
.htaccess files Apache 2.4 compatibility update
-
- 13 Jan, 2017 1 commit
-
-
Damien Regad authored
The .htaccess files used to restrict access to specific directories follow the Apache 2.2 mod_authz_host module syntax [1] (Order, Allow, Deny). Apache 2.4 introduced a new module mod_authz_core [2], with a different, incompatible directive (Require). Consequently, unless the compatibility module access_compat is enabled, the obsolete ones will cause Apache configuration errors to occur when the .htaccess file is read. To avoid this, the .htaccess files are modified to use the new syntax when an Apache 2.4 server is detected, and fall back to the old directives otherwise. [1] https://httpd.apache.org/docs/2.2/mod/mod_authz_host.html [2] https://httpd.apache.org/docs/2.4/mod/mod_authz_core.html
-
- 04 Dec, 2016 1 commit
-
- 10 Nov, 2016 1 commit
-
-
Drew Phillips authored
-
- 19 Oct, 2016 3 commits
-
-
Drew Phillips authored
Fixed regex in replaceElements
-
Drew Phillips authored
Update example_form.ajax.php
-
snipershady authored
I have fixed 2 syntax error line 23 and line 93. Just a colon and a semilon
-
- 12 Jul, 2016 1 commit
-
-
Gabriele Maganuco authored
The old regex replace the first parameter that end with ‘id’. The new one use & or ? to catch exactly the ‘id’ param.
-
- 21 May, 2016 1 commit
-
-
Drew Phillips authored
Exclude some dirs and files from repository auto-generated ZIP archives
-