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:
Philip Olson 2001-11-14 00:20:50 +00:00
parent d11aafc5b5
commit 5878ab08d2
2 changed files with 4 additions and 4 deletions

View file

@ -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'] &amp;&amp;
?&gt;
</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>

View file

@ -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'] &amp;&amp;
?&gt;
</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>