mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
- set _rootdir before include language file
This commit is contained in:
parent
c196697420
commit
4446cfc7e2
|
@ -1,11 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
define("LETODMS_INSTALL", "on");
|
define("LETODMS_INSTALL", "on");
|
||||||
include("../inc/inc.Settings.php");
|
include("../inc/inc.Settings.php");
|
||||||
|
$settings = new Settings();
|
||||||
|
$rootDir = realpath ("..");
|
||||||
|
$settings->_rootDir = $rootDir.'/';
|
||||||
|
|
||||||
include("../inc/inc.Language.php");
|
include("../inc/inc.Language.php");
|
||||||
include("../inc/inc.ClassUI.php");
|
include("../inc/inc.ClassUI.php");
|
||||||
|
|
||||||
$settings = new Settings();
|
|
||||||
|
|
||||||
UI::htmlStartPage("INSTALL");
|
UI::htmlStartPage("INSTALL");
|
||||||
UI::contentHeading("letoDMS Installation...");
|
UI::contentHeading("letoDMS Installation...");
|
||||||
UI::contentContainerStart();
|
UI::contentContainerStart();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user