The current code of glpi use backups/dump, glpi/config and docs/ to store users data and configuration, needing write access to web server.
Most vendor (unix distribution like Mandriva, Debian or other) prefer to split code and static data (read only) from users configuration: - for securitty reason, it is not safe to have write access on the http tree - convenience purpose, aka make easy backup and update. User's data are mostly hardcoded into glpi scripts in many location. A solution would be to have $cfg_install[...] variable for current glpi/config, backups/dump and docs/ into a glpi/config/config_path.php, and so using this small script into all other scripts (glpi/config/config.php, install.php, etc...). Using such of WDYT ? Should I start to make a patch or should I deal with the current settings ?
pgpXFU7zFcsiY.pgp
Description: PGP signature
