We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69726df commit 847861aCopy full SHA for 847861a
hungng/MY_Loader.php
@@ -9,7 +9,9 @@
9
* Time: 00:38
10
*/
11
if (!class_exists('MY_Loader')) {
12
- class MY_Loader extends HungNG_Loader
13
- {
+ if (!file_exists(APPPATH . 'core/MY_Loader.php')) {
+ class MY_Loader extends HungNG_Loader
14
+ {
15
+ }
16
}
17
hungng/MY_Router.php
* Time: 00:39
if (!class_exists('MY_Router')) {
- class MY_Router extends HungNG_Router
+ if (!file_exists(APPPATH . 'core/MY_Router.php')) {
+ class MY_Router extends HungNG_Router
0 commit comments