From dd4d3986acc0ef8ce666dcb6ef33123f83fb2b16 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 17 May 2003 01:12:03 +0000 Subject: [PATCH] Typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127388 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/security.xml | 6 +++--- security/index.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chapters/security.xml b/chapters/security.xml index a7b6556026..870f7c5ed1 100644 --- a/chapters/security.xml +++ b/chapters/security.xml @@ -1,5 +1,5 @@ - + Security @@ -1055,8 +1055,8 @@ if (authenticated_user()) { $authorized = true; } -// Because we didn't first initialize $authenticated as false, this might be -// defined through register_globals, like from GET auth.php?authenticated=1 +// Because we didn't first initialize $authorized as false, this might be +// defined through register_globals, like from GET auth.php?authorized=1 // So, anyone can be seen as authenticated! if ($authorized) { include "/highly/sensitive/data.php"; diff --git a/security/index.xml b/security/index.xml index a7b6556026..870f7c5ed1 100644 --- a/security/index.xml +++ b/security/index.xml @@ -1,5 +1,5 @@ - + Security @@ -1055,8 +1055,8 @@ if (authenticated_user()) { $authorized = true; } -// Because we didn't first initialize $authenticated as false, this might be -// defined through register_globals, like from GET auth.php?authenticated=1 +// Because we didn't first initialize $authorized as false, this might be +// defined through register_globals, like from GET auth.php?authorized=1 // So, anyone can be seen as authenticated! if ($authorized) { include "/highly/sensitive/data.php";