safe_mode_include_dir

The safe_mode_include_dir provides a safe haven from the UID/GID checks enforced when safe_mode and potentially safe_mode_gid are enabled. UID/GID checks are ignored when files are opened from the assigned directory.

Example :

safe_mode_include_dir ="/usr/local/bin"

The safe_mode_include_dir is a php ini variable. /usr/local/bin is a directory name. directory must also be in include_path or full path must including.





Content