ronabop Sat Jan 13 00:36:39 2001 EDT
Modified files:
/phpdoc/en/chapters security.xml
Log:
Typo fix. (thanks, cynic!).
Index: phpdoc/en/chapters/security.xml
diff -u phpdoc/en/chapters/security.xml:1.15 phpdoc/en/chapters/security.xml:1.16
--- phpdoc/en/chapters/security.xml:1.15 Fri Jan 12 23:52:39 2001
+++ phpdoc/en/chapters/security.xml Sat Jan 13 00:36:39 2001
@@ -438,7 +438,7 @@
developer who is trying to debug a script, indicating such things
as the function or file that failed, the PHP file it failed in,
and the line number which the failure occured in. This is all
- information that can be exploited. It not uncommon for a php
+ information that can be exploited. It is not uncommon for a php
developer to use show_source(), highlight_string(), or
highlight_file() as a debugging measure, but in a live site, this
can expose hidden variables, unchecked syntax, and other dangerous