wb-archiv283/branches/2.8.x/wb/admin/skel/index.php @ 1935
1 | 1641 | Luisehahne | <?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$
|
||
13 | * @filesource $HeadURL$
|
||
14 | * @lastmodified $Date$
|
||
15 | *
|
||
16 | */
|
||
17 | |||
18 | // prevent directory listing
|
||
19 | header('Location: ../index.php'); |