mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-16 22:36:43 +00:00
include inc.Language.php
This commit is contained in:
parent
28c664eccc
commit
9c27b3dd0b
|
|
@ -136,6 +136,7 @@ if($reqversion<1)
|
|||
|
||||
include($myincpath."/inc/inc.Settings.php");
|
||||
include($myincpath."/inc/inc.LogInit.php");
|
||||
include($myincpath."/inc/inc.Language.php");
|
||||
include($myincpath."/inc/inc.Init.php");
|
||||
include($myincpath."/inc/inc.Extension.php");
|
||||
include($myincpath."/inc/inc.DBInit.php");
|
||||
|
|
|
|||
|
|
@ -81,6 +81,8 @@ if(isset($options['n'])) {
|
|||
}
|
||||
|
||||
include($myincpath."/inc/inc.Settings.php");
|
||||
include($myincpath."/inc/inc.LogInit.php");
|
||||
include($myincpath."/inc/inc.Language.php");
|
||||
include($myincpath."/inc/inc.Init.php");
|
||||
include($myincpath."/inc/inc.Extension.php");
|
||||
include($myincpath."/inc/inc.DBInit.php");
|
||||
|
|
|
|||
|
|
@ -94,6 +94,8 @@ if(isset($options['u'])) {
|
|||
}
|
||||
|
||||
include($myincpath."/inc/inc.Settings.php");
|
||||
include($myincpath."/inc/inc.LogInit.php");
|
||||
include($myincpath."/inc/inc.Language.php");
|
||||
include($myincpath."/inc/inc.Init.php");
|
||||
include($myincpath."/inc/inc.Extension.php");
|
||||
include($myincpath."/inc/inc.DBInit.php");
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@ if(isset($options['d'])) {
|
|||
|
||||
include($myincpath."/inc/inc.Settings.php");
|
||||
include($myincpath."/inc/inc.Utils.php");
|
||||
include($myincpath."/inc/inc.LogInit.php");
|
||||
include($myincpath."/inc/inc.Language.php");
|
||||
include($myincpath."/inc/inc.Init.php");
|
||||
include($myincpath."/inc/inc.Extension.php");
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ if(empty($options['no-log'])) {
|
|||
$config['log'] = false;
|
||||
include($myincpath."/inc/inc.LogInit.php");
|
||||
}
|
||||
include($myincpath."/inc/inc.Language.php");
|
||||
include($myincpath."/inc/inc.Init.php");
|
||||
include($myincpath."/inc/inc.Extension.php");
|
||||
include($myincpath."/inc/inc.DBInit.php");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user