New features
Added new features in Helpdezk core
This release prepares helpdezk for use in high availability environments.
The app/uploads directory can now be used outside the helpdezk's path, an AWS S3, for example.
3 new entries were introduced in config.php, to set the external storage:
$ config ['external_storage'] = false;
$ config ['external_storage_path'] = " ";
$ config ['external_storage_url'] = " ";
The installer program was alter to attend this new feature.