tony2001 Thu Mar 18 09:35:12 2004 EDT
Modified files: /phpdoc/en/security errors.xml Log: change & to & in example form http://cvs.php.net/diff.php/phpdoc/en/security/errors.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/security/errors.xml diff -u phpdoc/en/security/errors.xml:1.1 phpdoc/en/security/errors.xml:1.2 --- phpdoc/en/security/errors.xml:1.1 Mon Jan 26 08:22:25 2004 +++ phpdoc/en/security/errors.xml Thu Mar 18 09:35:12 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- splitted from ./index.xml, last change in rev 1.66 --> <sect1 id="security.errors"> <title>Error Reporting</title> @@ -46,7 +46,7 @@ <title>Exploiting common debugging variables</title> <programlisting role="php"> <![CDATA[ -<form method="post" action="attacktarget?errors=Y&showerrors=1&debug=1"> +<form method="post" action="attacktarget?errors=Y&showerrors=1&debug=1"> <input type="hidden" name="errors" value="Y" /> <input type="hidden" name="showerrors" value="1" /> <input type="hidden" name="debug" value="1" />