fix
This commit is contained in:
@@ -11,6 +11,11 @@ class Dash extends Users_Controller {
|
||||
}
|
||||
}
|
||||
|
||||
public function help(){
|
||||
$data = $this->getSessionArray();
|
||||
$data['page_title'] ="Help";
|
||||
$this->renderSecurePage('users/view_help', $data);
|
||||
}
|
||||
public function index() {
|
||||
|
||||
$data['username'] = $_SESSION['username']; // = $this->input->post('username');
|
||||
|
||||
Reference in New Issue
Block a user