|
|
@ -1,6 +1,5 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Chamilo installation |
|
|
|
* Chamilo installation |
|
|
|
* |
|
|
|
* |
|
|
@ -14,7 +13,9 @@ |
|
|
|
* @todo (busy) organise code into functions |
|
|
|
* @todo (busy) organise code into functions |
|
|
|
* @package chamilo.install |
|
|
|
* @package chamilo.install |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Init |
|
|
|
|
|
|
|
*/ |
|
|
|
/* CONSTANTS */ |
|
|
|
/* CONSTANTS */ |
|
|
|
|
|
|
|
|
|
|
|
use \ChamiloSession as Session; |
|
|
|
use \ChamiloSession as Session; |
|
|
|