|
@@ -45,6 +45,7 @@ abstract class Start_Controller extends Lin_Controller {
|
|
header("Location:/user/");
|
|
header("Location:/user/");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ $this->user->save(['lasttime'=>time()],$u['id']);
|
|
$this->load->library('template');
|
|
$this->load->library('template');
|
|
//设置前台模板路径
|
|
//设置前台模板路径
|
|
$this->template->_init($setting['theme']);
|
|
$this->template->_init($setting['theme']);
|