123456789101112131415161718192021222324252627 |
- <?php
- header('Location: web/index');
- exit;
- define('CHAMILO_HOMEPAGE', true);
- $language_file = array('courses', 'index');
- $cidReset = true;
- $app = require_once 'main/inc/global.inc.php';
- require_once 'main/chat/chat_functions.lib.php';
- $this_section = SECTION_CAMPUS;
|