rasmus          Fri Jul 13 15:03:05 2001 EDT

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  it is httpd.conf, not httpd.ini
  
  
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.5 phpdoc/en/features/safe-mode.xml:1.6
--- phpdoc/en/features/safe-mode.xml:1.5        Fri Jul 13 12:24:55 2001
+++ phpdoc/en/features/safe-mode.xml    Fri Jul 13 15:03:05 2001
@@ -1,4 +1,4 @@
- <!-- $Revision: 1.5 $ -->
+ <!-- $Revision: 1.6 $ -->
  <chapter id="features.safe-mode">
   <title>Safe mode</title>
 
@@ -42,7 +42,7 @@
   <para>
    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.ini example): 
+   example (Apache httpd.conf example): 
    <programlisting role="ini">
 &lt;Directory /docroot&gt; 
 php_admin_value open_basedir /docroot 


Reply via email to