* code for task #2563.

This commit is contained in:
Catouse
2016-04-25 08:42:17 +08:00
parent c39b58eaa6
commit 64811aa633
9 changed files with 413 additions and 83 deletions

View File

@@ -27,7 +27,7 @@ class tutorial extends control
* @access public
* @return void
*/
public function index($task = '')
public function index($referer = '', $task = '')
{
if($_POST)
{
@@ -48,6 +48,7 @@ class tutorial extends control
$this->view->title = $this->lang->tutorial->common;
$this->view->current = $task;
$this->view->setting = $setting;
$this->view->referer = base64_decode($referer);
$this->display();
}
}