parent
eb3d26cb8e
commit
5828b19067
@ -1,16 +1,14 @@ |
||||
<?php
|
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
/** |
||||
* Redirect to normal Chamilo |
||||
* @package chamilo.custompages |
||||
*/ |
||||
/** |
||||
* Initialization |
||||
*/ |
||||
require_once(dirname(__FILE__).'/../main/inc/global.inc.php'); |
||||
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; |
||||
|
||||
Loading…
Reference in new issue