Path : /srv/www/vhosts/agroing/web/ci2/application/controllers/ |
Current File : //srv/www/vhosts/agroing/web/ci2/application/controllers/welcome.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Welcome extends CI_Controller { function __construct() { parent::__construct(); } function index() { $this->load->view('welcome_message'); } } /* End of file welcome.php */ /* Location: ./application/controllers/welcome.php */