alindeman Thu Feb 7 18:44:11 2002 EDT
Modified files:
/phpdoc/en/chapters config.xml
Log:
Used spaces to indent paragraph instead of tabs
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.37 phpdoc/en/chapters/config.xml:1.38
--- phpdoc/en/chapters/config.xml:1.37 Wed Feb 6 21:26:36 2002
+++ phpdoc/en/chapters/config.xml Thu Feb 7 18:44:11 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
<chapter id="configuration">
<title>Configuration</title>
@@ -368,14 +368,14 @@
module, open_basedir paths from parent directories are now
automatically inherited.
</para>
- <para>
- The restriction specified with open_basedir is actually a
- prefix, not a directory name. This means that "open_basedir =
- /dir/incl" also allows access to "/dir/include" and
- "/dir/incls" if they exist. When you want to restrict access to
- only the specified directory, end with a slash. For example:
- "open_basedir = /dir/incl/"
- </para>
+ <para>
+ The restriction specified with open_basedir is actually a
+ prefix, not a directory name. This means that "open_basedir =
+ /dir/incl" also allows access to "/dir/include" and
+ "/dir/incls" if they exist. When you want to restrict access
+ to only the specified directory, end with a slash. For example:
+ "open_basedir = /dir/incl/"
+ </para>
<note>
<para>Support for multiple directories was added in 3.0.7.</para>
</note>