Actualización
This commit is contained in:
15
custompages/index-logged-dist.php
Normal file
15
custompages/index-logged-dist.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
/**
|
||||
* Redirect to normal Chamilo.
|
||||
*
|
||||
* @package chamilo.custompages
|
||||
*/
|
||||
require_once api_get_path(SYS_PATH).'main/inc/global.inc.php';
|
||||
|
||||
$www = api_get_path('WEB_PATH');
|
||||
/**
|
||||
* Redirect.
|
||||
*/
|
||||
header("Location: $www/user_portal.php");
|
||||
exit;
|
||||
Reference in New Issue
Block a user