Fixed some bugs during translation (added quotes somewhere) and something else.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112526 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Alexey Asemov 2003-01-18 19:58:04 +00:00
parent bc2907ed8f
commit 6d077436e1
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.49 $ -->
<!-- $Revision: 1.50 $ -->
<chapter id="security">
<title>Security</title>
@ -387,7 +387,7 @@ AddHandler php-script .php
$username = $_POST['user_submitted_name'];
$homedir = "/home/$username";
$file_to_delete = "$userfile";
unlink ($homedir/$userfile);
unlink ("$homedir/$userfile");
echo "$file_to_delete has been deleted!";
?>
]]>
@ -561,7 +561,7 @@ if (!ereg('^[^./][^/]*$', $username))
informations in this way will be a hard work.
</simpara>
<!--simpara>
If your database server native SSL support, consider to use <link
If your database server have native SSL support, consider to use <link
linkend="ref.openssl">OpenSSL functions</link> in communication between
PHP and database via SSL.
</simpara-->

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.49 $ -->
<!-- $Revision: 1.50 $ -->
<chapter id="security">
<title>Security</title>
@ -387,7 +387,7 @@ AddHandler php-script .php
$username = $_POST['user_submitted_name'];
$homedir = "/home/$username";
$file_to_delete = "$userfile";
unlink ($homedir/$userfile);
unlink ("$homedir/$userfile");
echo "$file_to_delete has been deleted!";
?>
]]>
@ -561,7 +561,7 @@ if (!ereg('^[^./][^/]*$', $username))
informations in this way will be a hard work.
</simpara>
<!--simpara>
If your database server native SSL support, consider to use <link
If your database server have native SSL support, consider to use <link
linkend="ref.openssl">OpenSSL functions</link> in communication between
PHP and database via SSL.
</simpara-->