mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
aa5534f453
commit
bd47d31b1c
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue