/home/desid573/public_html/ims2/application/controllers
NameSizeModeActions
Administrators.php149860644editdlrm
Audit.php5150644editdlrm
Dashboard.php62360644editdlrm
Employees.php5270644editdlrm
Eventlog.php5280644editdlrm
Home.php47920644editdlrm
index.html1310644editdlrm
Items.php176340644editdlrm
Logout.php4000644editdlrm
Misc.php29710644editdlrm
Reports.php12020644editdlrm
Search.php63550644editdlrm
Test.php4810644editdlrm
Transactions.php221500644editdlrm
Edit: /home/desid573/public_html/ims2/application/controllers/Reports.php (1202B)
* @date 20th Rab. Awwal, 1437AH * @date 1st Jan, 2016 */ class Reports extends CI_Controller { public function __construct() { parent::__construct(); $this->genlib->checkLogin(); $this->genlib->superOnly(); } /* ******************************************************************************************************************************** ******************************************************************************************************************************** ******************************************************************************************************************************** ******************************************************************************************************************************** ******************************************************************************************************************************** */ public function index() { $data['pageContent'] = $this->load->view('reports', '', TRUE); $data['pageTitle'] = "Reports"; $this->load->view('main', $data); } }