GetSimple Support Forum

Full Version: GetSimple 3.3.14 released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Changes:
- By default, extensions of uploaded files are now converted to lowercase, e.g. .jpg instead of .JPG (unless GSUPLOADSLC is set to false in gsconfig.php)
- Improved security of salted passwords in PHP 5.3+ (CVE 2017-8081)
- Fixed issues with PHP 7 (sites with scripts or plugins that use function menu_data())
I did not find a line with this GSUPLOADSLC parameter in the file gsconfig.php
If you need to disable this setting, simply add this to your gsconfig file:
Code:
define("GSUPLOADSLC", false);
GetSimple 3.3.16 released Smile


Hi,

thank you for releasing a new version of GetSimple! 

Hypertexter