11 lines
176 B
PHP
11 lines
176 B
PHP
<?php
|
|
|
|
/**
|
|
* This file holds the configuration constants and variables
|
|
* for the course info tool.
|
|
*
|
|
* @package chamilo.configuration
|
|
*/
|
|
|
|
$course_info_is_editable = true;
|