Skip to content

Commit

Permalink
添加修改密码页面
Browse files Browse the repository at this point in the history
  • Loading branch information
tianmingxing committed Nov 20, 2015
1 parent 34e4f8c commit cae6a91
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@
break;
//ajax请求
case 'ajax':
die(include('./MinPHP/run/ajax.php'));
break;
die(include('./MinPHP/run/ajax.php'));
break;
//修改密码
case 'modpwd':
$menu = ' - 修改密码';
$file = './MinPHP/run/modpwd.php';
break;
default :
$menu = ' - 欢迎';
$file = './MinPHP/run/hello.php';
break;
}
include './MinPHP/run/main.php';
include './MinPHP/run/main.php';

0 comments on commit cae6a91

Please sign in to comment.