mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typo. (on => off)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d11aafc5b5
commit
5878ab08d2
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -653,7 +653,7 @@ if ($HTTP_COOKIE_VARS['username'] &&
|
|||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
Of course, simply turning on register globals does not mean code
|
||||
Of course, simply turning off register_globals does not mean code
|
||||
is secure. For every piece of data that is submitted, it
|
||||
should also be checked in other ways.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -653,7 +653,7 @@ if ($HTTP_COOKIE_VARS['username'] &&
|
|||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
Of course, simply turning on register globals does not mean code
|
||||
Of course, simply turning off register_globals does not mean code
|
||||
is secure. For every piece of data that is submitted, it
|
||||
should also be checked in other ways.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue