cloudlog/install/config
Peter Goodhall a1bc0f415e Use per-install temp dir for session files
Replace hardcoded '/tmp' sess_save_path with a dynamically generated temp directory based on sys_get_temp_dir() and a hash of the installation path (realpath(FCPATH)). Create the directory with 0700 permissions if it does not exist. Changes applied to application/config/config.sample.php and install/config/config.php to avoid shared /tmp collisions and improve session isolation/security.
2026-06-06 10:29:41 +01:00
..
config.php Use per-install temp dir for session files 2026-06-06 10:29:41 +01:00
database.php