|
|
|
@ -4,13 +4,11 @@ |
|
|
|
* Redirect to normal Chamilo |
|
|
|
* Redirect to normal Chamilo |
|
|
|
* @package chamilo.custompages |
|
|
|
* @package chamilo.custompages |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
/** |
|
|
|
require_once api_get_path(SYS_PATH).'main/inc/global.inc.php'; |
|
|
|
* Initialization |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
require_once(dirname(__FILE__).'/../main/inc/global.inc.php'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$www = api_get_path('WEB_PATH'); |
|
|
|
$www = api_get_path('WEB_PATH'); |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Redirect |
|
|
|
* Redirect |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
header("Location: $www/user_portal.php"); |
|
|
|
header("Location: $www/user_portal.php"); |
|
|
|
|
|
|
|
exit; |
|
|
|
|