This commit is contained in:
2022-04-23 22:34:31 -04:00
parent 8cb2a9d918
commit 984df3184f
8 changed files with 57 additions and 13 deletions
+5
View File
@@ -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');