mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
There was a typo here...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34731 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49ae6f9361
commit
2696b144d2
2 changed files with 2 additions and 2 deletions
|
@ -343,7 +343,7 @@ $username = "../etc/";
|
|||
$homedir = "/home/../etc/";
|
||||
$file_to_delete = "passwd";
|
||||
unlink ("/home/../etc/passwd");
|
||||
echo "/home/../etc/passwd" has been deleted!";
|
||||
echo "/home/../etc/passwd has been deleted!";
|
||||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
|
|
@ -343,7 +343,7 @@ $username = "../etc/";
|
|||
$homedir = "/home/../etc/";
|
||||
$file_to_delete = "passwd";
|
||||
unlink ("/home/../etc/passwd");
|
||||
echo "/home/../etc/passwd" has been deleted!";
|
||||
echo "/home/../etc/passwd has been deleted!";
|
||||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue