#### 所有更改文件下載地址:百度網盤 [查看|下載](http://pan.baidu.com/s/1hqCWtTU)
### 一、用戶登錄方式改變。
#### 1.修改用戶中心
Application\Ucenter\Controller\MemberController.class.php
\Ucenter\View\default\Member\register.html
\Ucenter\Static\css\center.css
\User\Model\UcenterMemberModel.class.php
表單驗證功能
\core\static\js\check_form.js
#### 2.修改學生登方式驗證機,綁定位置,增加cookie
\Common\Common\user.php
\Ucenter\Widget\LoginWidget.class.php
#### 3.增加教師管理項目,暫時與管理員權限綁定顯示。
修改 Common\view\public\header.html增加列表項
修改 Common\view\public\head.html增加網站圖標ICO增加刷新頁面發送編碼為utf-8
增加Home\TeacherController.class.php控制器,及相應模塊。
#### 4.修改頭像文件名命名方式為自定義,函數在User.php中控制。
\Core\Controller\FileController.class.php
\Common\Common\user.php
#### 5.session中增加記錄項"bj_code,bj_name,lid,st_code"等學生信息項。
Common\Model\MemberModel.class.php