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:
Gabor Hojtsy 2000-10-28 15:58:53 +00:00
parent 49ae6f9361
commit 2696b144d2
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>