fix
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Home extends CI_Controller {
|
||||
|
||||
|
||||
public function index() {
|
||||
$this->load->view('home/home');
|
||||
// redirect("auth/index");
|
||||
}
|
||||
|
||||
public function viewLogin() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user