From bd47d31b1c0b9365301ca6b214d004554b199f6b Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 13 Oct 2001 15:47:50 +0000 Subject: [PATCH] Removing extra () from function reference (it is the style sheets job to put this in) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59857 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/security.xml | 4 ++-- security/index.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapters/security.xml b/chapters/security.xml index 8836f1a7bb..5b455bb479 100644 --- a/chapters/security.xml +++ b/chapters/security.xml @@ -1,5 +1,5 @@ - + Security @@ -293,7 +293,7 @@ AddHandler php-script .php There are some simpler solutions. By using - open_basedir() you can control and restrict what + open_basedir 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. diff --git a/security/index.xml b/security/index.xml index 8836f1a7bb..5b455bb479 100644 --- a/security/index.xml +++ b/security/index.xml @@ -1,5 +1,5 @@ - + Security @@ -293,7 +293,7 @@ AddHandler php-script .php There are some simpler solutions. By using - open_basedir() you can control and restrict what + open_basedir 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.