mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bc2907ed8f
commit
6d077436e1
2 changed files with 6 additions and 6 deletions
|
@ -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-->
|
||||
|
|
|
@ -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-->
|
||||
|
|
Loading…
Reference in a new issue