fix
This commit is contained in:
@@ -6,17 +6,25 @@ class Auth extends CI_Controller {
|
||||
|
||||
public function index() {
|
||||
//$this->load->view('home/home');
|
||||
echo "START LOGIN";
|
||||
// echo "START LOGIN";
|
||||
$this->load->view('auth/view_head');
|
||||
$this->load->view('auth/view_login');
|
||||
$this->load->view('auth/view_foot');
|
||||
}
|
||||
|
||||
public function newuser() {
|
||||
//$this->load->view('home/home');
|
||||
echo "START NEW USER";
|
||||
$this->load->view('auth/view_head');
|
||||
$this->load->view('auth/view_register');
|
||||
$this->load->view('auth/view_foot');
|
||||
}
|
||||
|
||||
public function resetpass() {
|
||||
//$this->load->view('home/home');
|
||||
echo "START RESET 1";
|
||||
//echo "START RESET 1";
|
||||
$this->load->view('auth/view_head');
|
||||
$this->load->view('auth/view_reset_password');
|
||||
$this->load->view('auth/view_foot');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user