Commit 9576d09d7895816ac86aaa5602fdfb1583205f58

Authored by nbm
1 parent df775224

Make the Root URI for the install more readily available.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4308 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 0 deletions
config/dmsDefaults.php
... ... @@ -353,6 +353,8 @@ set_error_handler(array('KTInit', 'handlePHPError'));
353 353 $dbSupport = $KTInit->setupDB();
354 354 $KTInit->setupRandomSeed();
355 355  
  356 +$GLOBALS['KTRootUrl'] = $oKTConfig->get('KnowledgeTree/rootUrl');
  357 +
356 358 require_once("$default->fileSystemRoot/lib/authentication/$default->authenticationClass.inc");
357 359  
358 360 // instantiate system settings class
... ...