diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 5b5c14b740..d05f9798d8 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,16 +1,16 @@ - + - Safe mode + Safe Mode Safe Mode is an attempt to solve the shared-server security problem. It is architecturally incorrect to try to solve this problem at the PHP level, but since the alternatives at the web server and OS levels aren't very - realistic, many people, especially ISP's, use safe mode for now. + realistic, many people, especially ISP's, use Safe Mode for now. - The configuration directives that control safe mode are: + The configuration directives that control Safe Mode are: safe_mode = Off open_basedir = @@ -34,7 +34,7 @@ disable_functions = readfile('/etc/passwd'); ?> - results in this error when safe mode is enabled: + results in this error when Safe Mode is enabled: Warning: SAFE MODE Restriction in effect. The script whose uid is 500 is not allowed to access /etc/passwd owned by uid 0 in /docroot/script.php on line 2 @@ -70,15 +70,15 @@ Warning: readfile() has been disabled for security reasons in - Functions restricted/disabled by safe-mode + Functions restricted/disabled by Safe Mode This is a still probably incomplete and possibly incorrect listing of the functions limited by - safe-mode. + Safe Mode. - Safe-mode limited functions + Safe Mode limited functions @@ -109,17 +109,17 @@ Warning: readfile() has been disabled for security reasons in ifx_* - sql_safe_mode restrictions, (!= safe-mode) + sql_safe_mode restrictions, (!= Safe Mode) ingres_* - sql_safe_mode restrictions, (!= safe-mode) + sql_safe_mode restrictions, (!= Safe Mode) mysql_* - sql_safe_mode restrictions, (!= safe-mode) + sql_safe_mode restrictions, (!= Safe Mode) @@ -243,7 +243,7 @@ Warning: readfile() has been disabled for security reasons in getallheaders - In safe-mode, headers beginning with 'authorization' + In Safe Mode, headers beginning with 'authorization' (case-insensitive) will not be returned. Warning: this is broken with the aol-server implementation of getallheaders!