mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
reworded intro accoring the new order
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c4d649bdd9
commit
e942dc32b1
2 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -32,10 +32,10 @@
|
|||
secure it is, is largely up to the PHP developer.
|
||||
</simpara>
|
||||
<simpara>
|
||||
This chapter starts by explaining the different configuration
|
||||
option combinations and the situations they can be safely used. It
|
||||
then describes different considerations in coding for different
|
||||
levels of security, and ends with some general security advice.
|
||||
This chapter starts with some general security advice, explains
|
||||
the different configuration option combinations and the situations
|
||||
they can be safely used, and describes different considerations in
|
||||
coding for different levels of security.
|
||||
</simpara>
|
||||
|
||||
<sect1 id="security.general">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -32,10 +32,10 @@
|
|||
secure it is, is largely up to the PHP developer.
|
||||
</simpara>
|
||||
<simpara>
|
||||
This chapter starts by explaining the different configuration
|
||||
option combinations and the situations they can be safely used. It
|
||||
then describes different considerations in coding for different
|
||||
levels of security, and ends with some general security advice.
|
||||
This chapter starts with some general security advice, explains
|
||||
the different configuration option combinations and the situations
|
||||
they can be safely used, and describes different considerations in
|
||||
coding for different levels of security.
|
||||
</simpara>
|
||||
|
||||
<sect1 id="security.general">
|
||||
|
|
Loading…
Reference in a new issue