Rev | Line | |
---|
[289] | 1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
---|
| 2 | /**
|
---|
| 3 | * Filemanager Class
|
---|
| 4 | *
|
---|
| 5 | * @author dzungnv02
|
---|
| 6 | *
|
---|
| 7 | */
|
---|
| 8 |
|
---|
| 9 | class Filemanager extends MX_Controller
|
---|
| 10 | {
|
---|
| 11 |
|
---|
| 12 | public function __construct()
|
---|
| 13 | {
|
---|
| 14 | parent::__construct();
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | public function index()
|
---|
| 18 | {
|
---|
| 19 | $this->load->view ( 'main');
|
---|
| 20 | }
|
---|
| 21 |
|
---|
| 22 | }
|
---|
| 23 |
|
---|
| 24 | /* End of file filemanager.php */
|
---|
| 25 | /* Location: ./application/modules/filemanager/controllers/filemanager.php */ |
---|
Note: See
TracBrowser
for help on using the repository browser.