Skip to content

Commit 847861a

Browse files
committed
Update v3.2
1 parent 69726df commit 847861a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

hungng/MY_Loader.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
* Time: 00:38
1010
*/
1111
if (!class_exists('MY_Loader')) {
12-
class MY_Loader extends HungNG_Loader
13-
{
12+
if (!file_exists(APPPATH . 'core/MY_Loader.php')) {
13+
class MY_Loader extends HungNG_Loader
14+
{
15+
}
1416
}
1517
}

hungng/MY_Router.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
* Time: 00:39
1010
*/
1111
if (!class_exists('MY_Router')) {
12-
class MY_Router extends HungNG_Router
13-
{
12+
if (!file_exists(APPPATH . 'core/MY_Router.php')) {
13+
class MY_Router extends HungNG_Router
14+
{
15+
}
1416
}
1517
}

0 commit comments

Comments
 (0)