Files
advertising/application/core/MY_Controller.php

12 lines
206 B
PHP
Raw Permalink Normal View History

2019-04-11 15:54:34 +08:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class MY_Controller extends CI_Controller
{
public function __construct()
{
parent::__construct();
}
}