Guest User

Untitled

a guest
Sep 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2.  
  3. class Welcome extends CI_Controller {
  4.  
  5. public function index()
  6. {
  7. $this->load->view('welcome_message');
  8. }
  9. }
  10.  
  11. /* End of file welcome.php */
  12. /* Location: ./application/controllers/welcome.php */
Add Comment
Please, Sign In to add comment