mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-26 06:19:23 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ if (!is_website_url($url)) {
|
||||
|
||||
```bash
|
||||
# Attacker.
|
||||
$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/password"
|
||||
$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/passwd"
|
||||
```
|
||||
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user