From 5878ab08d2d8c4b42b2750d82ec79a56a9cdbc2d Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 14 Nov 2001 00:20:50 +0000 Subject: [PATCH] Fix typo. (on => off) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62361 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/security.xml | 4 ++-- security/index.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapters/security.xml b/chapters/security.xml index 1ccd126d8b..4513938ffc 100644 --- a/chapters/security.xml +++ b/chapters/security.xml @@ -1,5 +1,5 @@ - + Security @@ -653,7 +653,7 @@ if ($HTTP_COOKIE_VARS['username'] && ?> - 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. diff --git a/security/index.xml b/security/index.xml index 1ccd126d8b..4513938ffc 100644 --- a/security/index.xml +++ b/security/index.xml @@ -1,5 +1,5 @@ - + Security @@ -653,7 +653,7 @@ if ($HTTP_COOKIE_VARS['username'] && ?> - 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.