git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46899 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-05-08 21:30:06 +00:00
parent 72a697eb43
commit c9d236640d
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ AddHandler php-script .php
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

View file

@ -263,7 +263,7 @@ AddHandler php-script .php
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