Files
FHC-Core/application/core/FHC_Controller.php
T
2016-05-20 13:04:25 +02:00

11 lines
224 B
PHP

<?php
if (! defined('BASEPATH')) exit('No direct script access allowed');
class FHC_Controller extends CI_Controller
{
function __construct()
{
parent::__construct();
//$this->load->helper('language');
}
}