[PHP-DOC] cvs: phpdoc /en/chapters security.xml From: Jim Winstead (jimw <email protected>)
Date: 05/08/01

jimw Tue May 8 14:30:06 2001 EDT

  Modified files:
    /phpdoc/en/chapters security.xml
  Log:
  fix typo
  
Index: phpdoc/en/chapters/security.xml
diff -u phpdoc/en/chapters/security.xml:1.18 phpdoc/en/chapters/security.xml:1.19
--- phpdoc/en/chapters/security.xml:1.18 Sat Jan 20 11:13:22 2001
+++ phpdoc/en/chapters/security.xml Tue May 8 14:30:06 2001
@@ -263,7 +263,7 @@
     PHP to access a database, unless that database has built-in access
     control, you will have to make the database accessable to the
     "nobody" user. This means a malicious script could access and modify
- the databse, even without a username and password. It's entirely
+ the database, even without a username and password. It's entirely
     possible that a web spider could stumble across a database
     adminisitror's web page, and drop all of your databases. You can
     protect against this with Apache authorization, or you can design