@ -88,7 +88,7 @@ class ShibbolethSession
$cidReset = false; //FALSE !!
$mainDbName = Database :: get_main_database();
$includePath = api_get_path(INCLUDE_PATH);
$includePath = api_get_path(SYS_INC_PATH);
$no_redirection = true;
require("$includePath/local.inc.php");
@ -67,7 +67,7 @@ switch ($cmd) {
// DISPLAY
include api_get_path(INCLUDE_PATH) . '/header.inc.php';
include api_get_path(SYS_INC_PATH) . '/header.inc.php';
// Tool introduction
// TODO: These settings to be checked when it is possible.
@ -91,4 +91,4 @@ if (isset($display)) {
echo $display;
}
include api_get_path(INCLUDE_PATH) . '/footer.inc.php';
include api_get_path(SYS_INC_PATH) . '/footer.inc.php';
@ -172,7 +172,7 @@ class Display
$moduleId = $tool;
if (api_get_setting('enable_tool_introduction') == 'true' || $tool == TOOL_COURSE_HOMEPAGE) {
$introduction_section = null;
require api_get_path(INCLUDE_PATH).'introductionSection.inc.php';
require api_get_path(SYS_INC_PATH).'introductionSection.inc.php';
return $introduction_section;
@ -65,7 +65,7 @@ class TestMainApi extends UnitTestCase {
WEB_PLUGIN_PATH => 'plugin/',
SYS_ARCHIVE_PATH => 'archive/',
WEB_ARCHIVE_PATH => 'archive/',
INCLUDE_PATH => 'inc/',
SYS_INC_PATH => 'inc/',
LIBRARY_PATH => 'inc/lib/',
CONFIGURATION_PATH => 'inc/conf/',
WEB_LIBRARY_PATH => 'inc/lib/',