|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<?php |
|
|
|
|
# DOKEOS version {DOKEOS_VERSION} |
|
|
|
|
# Chamilo version {DOKEOS_VERSION} |
|
|
|
|
# File generated by /install/index.php script - {DATE_GENERATED} |
|
|
|
|
/* For licensing terms, see /dokeos_license.txt */ |
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
Configuration of virtual campus |
|
|
|
@ -80,9 +80,6 @@ $_configuration['code_append'] = "main/"; |
|
|
|
|
// Directory to store all course-related files. You could change this but it is not advised since this has not been tested yet. |
|
|
|
|
$_configuration['course_folder'] = "courses/"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @todo this shouldn't be here. |
|
|
|
|
// Directory of the admin-area |
|
|
|
|
$rootAdminAppend = "admin/"; |
|
|
|
@ -93,8 +90,10 @@ $clarolineRepositorySys = $_configuration['root_sys'].$_configuratio |
|
|
|
|
$clarolineRepositoryWeb = $_configuration['root_web'].$_configuration['code_append']; |
|
|
|
|
$rootAdminSys = $clarolineRepositorySys.$rootAdminAppend; |
|
|
|
|
$rootAdminWeb = $clarolineRepositoryWeb.$rootAdminAppend; |
|
|
|
|
|
|
|
|
|
// directory to store archived courses |
|
|
|
|
$archiveDirName = "archive"; |
|
|
|
|
|
|
|
|
|
// URL to your phpMyAdmin installation. |
|
|
|
|
// If not empty, a link will be available in the Platform Administration |
|
|
|
|
$phpMyAdminPath = ''; |
|
|
|
|