From 68d9c9eadd0b12d62b270ee7d1eecdbe416d23a1 Mon Sep 17 00:00:00 2001 From: Derick Rethans <derick@php.net> Date: Wed, 5 Dec 2001 08:30:41 +0000 Subject: [PATCH] - Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63934 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 a8fdc5df74..9968777b4c 100644 --- a/chapters/security.xml +++ b/chapters/security.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.36 $ --> +<!-- $Revision: 1.37 $ --> <chapter id="security"> <title>Security</title> @@ -764,7 +764,7 @@ exec ($evil_var); <title>Hiding PHP</title> <para> A few simple techniques can help to hide PHP, possibly slowing - down an attacker who is attempting to disover weaknesses in your + down an attacker who is attempting to discover weaknesses in your system. By setting expose_php = off in your php.ini file, you reduce the amount of information available to them. </para> diff --git a/security/index.xml b/security/index.xml index a8fdc5df74..9968777b4c 100644 --- a/security/index.xml +++ b/security/index.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.36 $ --> +<!-- $Revision: 1.37 $ --> <chapter id="security"> <title>Security</title> @@ -764,7 +764,7 @@ exec ($evil_var); <title>Hiding PHP</title> <para> A few simple techniques can help to hide PHP, possibly slowing - down an attacker who is attempting to disover weaknesses in your + down an attacker who is attempting to discover weaknesses in your system. By setting expose_php = off in your php.ini file, you reduce the amount of information available to them. </para>