Project

General

Profile

1
<?php
2
/**
3
 *
4
 * @category        backend
5
 * @package         themes
6
 * @author          WebsiteBaker Project
7
 * @copyright       2009-2012, WebsiteBaker Org. e.V.
8
 * @link            http://www.websitebaker.org/
9
 * @license         http://www.gnu.org/licenses/gpl.html
10
 * @platform        WebsiteBaker 2.8.x
11
 * @requirements    PHP 5.2.2 and higher
12
 * @version         $Id: index.php 1641 2012-03-22 03:28:47Z Luisehahne $
13
 * @filesource      $HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/admin/skel/themes/htt/index.php $
14
 * @lastmodified    $Date: 2012-03-22 04:28:47 +0100 (Thu, 22 Mar 2012) $
15
 *
16
 */
17

    
18
// prevent directory listing
19
header('Location: ../../../index.php');
(11-11/37)