fix
This commit is contained in:
@@ -4,14 +4,32 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
|
|
||||||
class Home extends CI_Controller {
|
class Home extends CI_Controller {
|
||||||
|
|
||||||
|
|
||||||
public function index() {
|
public function index() {
|
||||||
$this->load->view('home/home');
|
$this->load->view('home/home');
|
||||||
// redirect("auth/index");
|
// redirect("auth/index");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function viewLogin() {
|
public function security() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function howitworks() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function privacy() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function faq() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function terms(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function contatus(){
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user