You've already forked qlg.tsgz.moe
解决部分问题
This commit is contained in:
@ -12,12 +12,8 @@ class Index extends Base{
|
||||
* 跳去登录页
|
||||
*/
|
||||
public function login(){
|
||||
if('quanlianggongmall' == input('key')){
|
||||
model('CronJobs')->autoByAdmin();
|
||||
return $this->fetch("/login");
|
||||
}else{
|
||||
echo 'hello';
|
||||
}
|
||||
model('CronJobs')->autoByAdmin();
|
||||
return $this->fetch("/login");
|
||||
}
|
||||
|
||||
public function index(){
|
||||
|
Reference in New Issue
Block a user