|
6 | 6 | * Virtual campus configuration |
7 | 7 | * |
8 | 8 | * This file contains a list of variables that can be modified by the campus |
9 | | - * site's server administrator. Pay attention when changing these variables, |
| 9 | + * site's server administrator. Pay attention when changing these variables, |
10 | 10 | * some changes may cause Chamilo to stop working. |
11 | 11 | * If you changed some settings and want to restore them, please have a look at |
12 | 12 | * configuration.dist.php. That file is an exact copy of the config file at |
|
15 | 15 |
|
16 | 16 | /** |
17 | 17 | * $_configuration define only the bare essential variables |
18 | | - * for configuring the platform (paths, database connections, ...). |
| 18 | + * for configuring the platform (paths, database connections, ...). |
19 | 19 | * Changing a $_configuration variable CAN generally break the installation. |
20 | | - * Besides the $_configuration, a $_settings array also exists, that |
| 20 | + * Besides the $_configuration, a $_settings array also exists, that |
21 | 21 | * contains variables that can be changed and will not break the platform. |
22 | | - * These optional settings are defined in the database, now |
| 22 | + * These optional settings are defined in the database, now |
23 | 23 | * (table settings_current). |
24 | | - * example: $_configuration['tracking_enabled'] (assuming that the install |
| 24 | + * example: $_configuration['tracking_enabled'] (assuming that the install |
25 | 25 | * script creates the necessary tables anyway). |
26 | 26 | */ |
27 | 27 |
|
|
55 | 55 | // User Personal Database (where all the personal stuff of the user is stored |
56 | 56 | // (personal agenda items, course sorting) |
57 | 57 | $_configuration['user_personal_database']='{DATABASE_PERSONAL}'; |
| 58 | +// Enable access to database management for platform admins. |
| 59 | +$_configuration['db_manager_enabled'] = false; |
58 | 60 |
|
59 | 61 | /** |
60 | 62 | * Directory settings |
|
79 | 81 | $_configuration['db_admin_path'] = ''; |
80 | 82 |
|
81 | 83 | /** |
82 | | - * |
| 84 | + * |
83 | 85 | * Login modules settings |
84 | 86 | */ |
85 | 87 | // CAS IMPLEMENTATION |
|
103 | 105 | // $extAuthSource["external_login"]["updateUser"] = $_configuration['root_sys'].$_configuration['code_append']."auth/external_login/updateUser.php"; |
104 | 106 |
|
105 | 107 | /** |
106 | | - * |
| 108 | + * |
107 | 109 | * Hosting settings - Allows you to set limits to the Chamilo portal when |
108 | 110 | * hosting it for a third party. These settings can be overwritten by an |
109 | 111 | * optionally-loaded extension file with only the settings (no comments). |
|
124 | 126 | $_configuration[1]['hosting_limit_disk_space'] = 0; |
125 | 127 |
|
126 | 128 | /** |
127 | | - * Content Delivery Network (CDN) settings. Only use if you need a separate |
| 129 | + * Content Delivery Network (CDN) settings. Only use if you need a separate |
128 | 130 | * server to serve your static data. If you don't know what a CDN is, you |
129 | 131 | * don't need it. These settings are for simple Origin Pull CDNs and are |
130 | 132 | * experimental. Enable only if you really know what you're doing. |
|
191 | 193 | // Boost query on last connection time |
192 | 194 | //$_configuration['save_user_last_login'] = true; |
193 | 195 | // Allow course tutors in sessions to add existing students to their session |
194 | | -//$_configuration['allow_tutors_to_assign_students_to_session'] = 'false'; |
| 196 | +//$_configuration['allow_tutors_to_assign_students_to_session'] = 'false'; |
0 commit comments