<?php // $Id: index.php,v 1.1 2009-08-05 08:43:56 kraedani Exp $
/**
* Claroline (LOR) Course Exchange
*
* @version $Revision: 1.1 $
*
* @copyright (c) 2009 University of Applied Science Chur (HTW Chur)
*
* @license http://www.gnu.org/copyleft/gpl.html (GPL) GENERAL PUBLIC LICENSE
*
* @package CLCEX
*
* @author Daniel Krähenbühl, hide@address.com
* @author Mathias Füglistaler, hide@address.com
*/
header('Location:./code/course_exchange.php');
exit();
?>