Date: 10/13/01
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Previous message: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /en/functions hw.xml"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Reply: Rasmus Lerdorf: "Re: [PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Maybe reply: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
goba Sat Oct 13 11:47:50 2001 EDT
Modified files:
/phpdoc/en/chapters security.xml
Log:
Removing extra () from function reference (it is the style
sheets job to put this in)
Index: phpdoc/en/chapters/security.xml
diff -u phpdoc/en/chapters/security.xml:1.27 phpdoc/en/chapters/security.xml:1.28
--- phpdoc/en/chapters/security.xml:1.27 Mon Sep 24 13:56:35 2001
+++ phpdoc/en/chapters/security.xml Sat Oct 13 11:47:50 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
<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
+ <function>open_basedir</function> 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.
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Previous message: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /en/functions hw.xml"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Reply: Rasmus Lerdorf: "Re: [PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Maybe reply: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /en/chapters security.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

