[PHP-DOC] cvs: phpdoc /en/chapters security.xml From: Hojtsy Gabor (goba <email protected>)
Date: 10/13/01

goba Sat Oct 13 11:52:38 2001 EDT

  Modified files:
    /phpdoc/en/chapters security.xml
  Log:
  Correct link to ini setting
  
  
Index: phpdoc/en/chapters/security.xml
diff -u phpdoc/en/chapters/security.xml:1.28 phpdoc/en/chapters/security.xml:1.29
--- phpdoc/en/chapters/security.xml:1.28 Sat Oct 13 11:47:50 2001
+++ phpdoc/en/chapters/security.xml Sat Oct 13 11:52:38 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
  <chapter id="security">
   <title>Security</title>
 
@@ -293,7 +293,7 @@
    </simpara>
    <simpara>
     There are some simpler solutions. By using
- <function>open_basedir</function> you can control and restrict what
+ <link linkend="ini.open-basedir">open_basedir</link> you can control and restrict what
     directories are allowed to be used for PHP. You can also set up
     apache-only areas, to restrict all web based activity to non-user,
     or non-system, files.