yunset("config",$this->config); $this->yuntpl(array('admin/admin_qq_config')); } //保存 function save_action() { if($_POST['config']){ unset($_POST['config']); $this -> MODEL('config') -> setConfig($_POST); $this->web_config(); $this->ACT_layer_msg("快捷登录参数配置修改成功!",9,1,2,1); } } } ?>