mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
fix inclusion of php files
This commit is contained in:
parent
082a6a8af0
commit
c786635f9c
|
@ -59,8 +59,8 @@ if(isset($options['mode'])) {
|
||||||
}
|
}
|
||||||
|
|
||||||
include($myincpath."/inc/inc.Settings.php");
|
include($myincpath."/inc/inc.Settings.php");
|
||||||
include($myincpath."/inc/inc.LogInit.php");
|
|
||||||
include($myincpath."/inc/inc.Utils.php");
|
include($myincpath."/inc/inc.Utils.php");
|
||||||
|
include($myincpath."/inc/inc.LogInit.php");
|
||||||
include($myincpath."/inc/inc.Init.php");
|
include($myincpath."/inc/inc.Init.php");
|
||||||
include($myincpath."/inc/inc.Language.php");
|
include($myincpath."/inc/inc.Language.php");
|
||||||
include($myincpath."/inc/inc.Extension.php");
|
include($myincpath."/inc/inc.Extension.php");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user