philip          Tue Nov 13 19:20:50 2001 EDT

  Modified files:              
    /phpdoc/en/chapters security.xml 
  Log:
  Fix typo. (on => off)
  
  
Index: phpdoc/en/chapters/security.xml
diff -u phpdoc/en/chapters/security.xml:1.33 phpdoc/en/chapters/security.xml:1.34
--- phpdoc/en/chapters/security.xml:1.33        Sat Nov 10 16:49:28 2001
+++ phpdoc/en/chapters/security.xml     Tue Nov 13 19:20:50 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
  <chapter id="security">
   <title>Security</title>
 
@@ -653,7 +653,7 @@
 ?&gt;
      </programlisting>
     </example>
-    Of course, simply turning on register globals does not mean code
+    Of course, simply turning off register_globals does not mean code
     is secure. For every piece of data that is submitted, it
     should also be checked in other ways.
    </para>


Reply via email to