<?phpif(!defined('BASEPATH'))exit('No direct script access allowed');classWelcomeextendsCI_Controller{function__construct(){parent::__construct();}functionindex(){$this->load->helper('url');$this->load->view('welcome_message');}}/* End of file welcome.php *//* Location: ./system/application/controllers/welcome.php */