11 lines
196 B
PHP
Executable File
11 lines
196 B
PHP
Executable File
<?php
|
|
|
|
(defined('BASEPATH')) OR exit('No direct script access allowed');
|
|
|
|
/* load the MX_Loader class */
|
|
require APPPATH . "third_party/MX/Loader.php";
|
|
|
|
class MY_Loader extends MX_Loader {
|
|
|
|
}
|