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
This commit is contained in:
Gabor Hojtsy 2001-10-13 15:47:50 +00:00
parent aa5534f453
commit bd47d31b1c
2 changed files with 4 additions and 4 deletions

View file

@ -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 @@ AddHandler php-script .php
</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.

View file

@ -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 @@ AddHandler php-script .php
</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.