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