mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
7e8870316b
commit
8b02166179
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue