mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63934 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c9f531fbf
commit
68d9c9eadd
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -764,7 +764,7 @@ exec ($evil_var);
|
|||
<title>Hiding PHP</title>
|
||||
<para>
|
||||
A few simple techniques can help to hide PHP, possibly slowing
|
||||
down an attacker who is attempting to disover weaknesses in your
|
||||
down an attacker who is attempting to discover weaknesses in your
|
||||
system. By setting expose_php = off in your php.ini file, you
|
||||
reduce the amount of information available to them.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -764,7 +764,7 @@ exec ($evil_var);
|
|||
<title>Hiding PHP</title>
|
||||
<para>
|
||||
A few simple techniques can help to hide PHP, possibly slowing
|
||||
down an attacker who is attempting to disover weaknesses in your
|
||||
down an attacker who is attempting to discover weaknesses in your
|
||||
system. By setting expose_php = off in your php.ini file, you
|
||||
reduce the amount of information available to them.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue