- Remove dubble denial

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-09-18 13:18:34 +00:00
parent 7e8870316b
commit 8b02166179
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.48 $ -->
<!-- $Revision: 1.49 $ -->
<chapter id="security">
<title>Security</title>
@ -1037,7 +1037,7 @@ if ($good_login == 1) { // If above test fails, not initialized or checked befor
to work with PHP, it has been argued that the benefits far
outweigh the effort.
<example>
<title>Working without register_globals=off</title>
<title>Working with register_globals=on</title>
<programlisting role="php">
<![CDATA[
<?php

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.48 $ -->
<!-- $Revision: 1.49 $ -->
<chapter id="security">
<title>Security</title>
@ -1037,7 +1037,7 @@ if ($good_login == 1) { // If above test fails, not initialized or checked befor
to work with PHP, it has been argued that the benefits far
outweigh the effort.
<example>
<title>Working without register_globals=off</title>
<title>Working with register_globals=on</title>
<programlisting role="php">
<![CDATA[
<?php