Advertisement
j0h4n54ntr1

home

Feb 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3.  
  4. class Home extends CI_Controller {
  5.  
  6.  
  7.     public function index()
  8.     {
  9.       $this->load->view('home');
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement