1, 'username' => 'root', 'nickname' => 'root', 'password' => Tools::userMd5($pass, $authKey), 'create_time' => time(), 'create_ip' => ip2long('127.0.0.1'), 'update_time' => time(), 'status' => 1, 'openid' => null ]; $this->table('admin_user')->insert($data)->saveData(); $lockFile = Env::get('app_path') . 'install' . DIRECTORY_SEPARATOR . 'lock.ini'; file_put_contents($lockFile, "username:root, password:{$pass}" . PHP_EOL); } }