| 1 | <?php
 | 
  
    | 2 | /**
 | 
  
    | 3 |  *
 | 
  
    | 4 |  * @category        framework
 | 
  
    | 5 |  * @package         include
 | 
  
    | 6 |  * @author            Christophe Dolivet (EditArea), Christian Sommer (WB wrapper)
 | 
  
    | 7 |  * @author          WebsiteBaker Project
 | 
  
    | 8 |  * @copyright       2004-2009, Ryan Djurovich
 | 
  
    | 9 |  * @copyright       2009-2011, Website Baker Org. e.V.
 | 
  
    | 10 |  * @link            http://www.websitebaker2.org/
 | 
  
    | 11 |  * @license         http://www.gnu.org/licenses/gpl.html
 | 
  
    | 12 |  * @platform        WebsiteBaker 2.8.x
 | 
  
    | 13 |  * @requirements    PHP 5.2.2 and higher
 | 
  
    | 14 |  * @version         $Id: index.php 2 2017-07-02 15:14:29Z Manuela $
 | 
  
    | 15 |  * @filesource        $HeadURL: svn://isteam.dynxs.de/wb/2.10.x/trunk/include/editarea/index.php $
 | 
  
    | 16 |  * @lastmodified    $Date: 2017-07-02 17:14:29 +0200 (Sun, 02 Jul 2017) $
 | 
  
    | 17 |  *
 | 
  
    | 18 |  */
 | 
  
    | 19 | 
 | 
  
    | 20 | // prevent directory listing
 | 
  
    | 21 | header('Location: ../../index.php');
 | 
  
    | 22 | 
 | 
  
    | 23 | ?>
 |