diff --git a/features/safe-mode.xml b/features/safe-mode.xml index d05f9798d8..8e0c102d73 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -21,9 +21,9 @@ disable_functions = - When safe_mode is on, PHP checks to see if the owner of the current script - matches the owner of the file to be operated on by a file function. For - example: + When safe_mode is on, PHP checks to see + if the owner of the current script matches the owner of the file to be + operated on by a file function. For example: -rw-rw-r-- 1 rasmus rasmus 33 Jul 1 19:20 script.php -rw-r--r-- 1 root root 1116 May 26 18:01 /etc/passwd @@ -41,9 +41,9 @@ allowed to access /etc/passwd owned by uid 0 in /docroot/script.php on line 2 - If instead of safe_mode, you set an open_basedir directory then all file - operations will be limited to files under the specified directory. For - example (Apache httpd.conf example): + If instead of safe_mode, you set an + open_basedir directory then all file operations will be limited to files + under the specified directory. For example (Apache httpd.conf example): <Directory /docroot> php_admin_value open_basedir /docroot