<?php
/**
*
* @category framework
* @package include
* @author Christophe Dolivet (EditArea), Christian Sommer (WB wrapper)
* @author WebsiteBaker Project
* @copyright 2004-2009, Ryan Djurovich
* @copyright 2009-2011, Website Baker Org. e.V.
* @link http://www.websitebaker2.org/
* @license http://www.gnu.org/licenses/gpl.html
* @platform WebsiteBaker 2.8.x
* @requirements PHP 5.2.2 and higher
* @version $Id: index.php 1374 2011-01-10 12:21:47Z Luisehahne $
* @filesource $HeadURL: svn://isteam.dynxs.de/wb_svn/wb280/branches/2.8.x/wb/include/editarea/langs/index.php $
* @lastmodified $Date: 2011-01-10 13:21:47 +0100 (Mo, 10. Jan 2011) $
*
*/
// prevent directory listing
header('Location: ../../../index.php');
?>