From e9af69cae566e2a77d259e5ccdb10cdd6c963b8a Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Wed, 27 Feb 2002 07:35:51 +0000 Subject: [PATCH] typo, example-corr. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71030 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 f36ecf4646..1b6925d3a5 100644 --- a/chapters/security.xml +++ b/chapters/security.xml @@ -1,5 +1,5 @@ - + Security @@ -508,7 +508,7 @@ if (!ereg('^[^./][^/]*$', $username)) access and manipulate databases within PHP scripts. - Keep in my mind this simple rule: defence in depth. In the more place you + Keep in mind this simple rule: defence in depth. In the more place you take the more action to increase the protection of your database, the less probability of that an attacker succeeds, and exposes or abuse any stored secret information. Good design of the database schema and the application @@ -852,7 +852,7 @@ $result = mssql_query($query); A more secure way to compose a query for paging - + Security @@ -508,7 +508,7 @@ if (!ereg('^[^./][^/]*$', $username)) access and manipulate databases within PHP scripts. - Keep in my mind this simple rule: defence in depth. In the more place you + Keep in mind this simple rule: defence in depth. In the more place you take the more action to increase the protection of your database, the less probability of that an attacker succeeds, and exposes or abuse any stored secret information. Good design of the database schema and the application @@ -852,7 +852,7 @@ $result = mssql_query($query); A more secure way to compose a query for paging