Project

General

Profile

1 1263 Luisehahne
<?php
2 1277 Luisehahne
3 1263 Luisehahne
/**
4
 *
5 1277 Luisehahne
 * @category        framework
6 1263 Luisehahne
 * @package         yui
7 1268 Luisehahne
 * @author          WebsiteBaker Project
8 1263 Luisehahne
 * @copyright       2004-2009, Ryan Djurovich
9
 * @copyright       2009-2010, 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 4.3.4 and higher
14 1268 Luisehahne
 * @version         $Id$
15
 * @filesource		$HeadURL$
16 1263 Luisehahne
 * @lastmodified    $Date$
17
 *
18
 */
19
20
header("Location: ../../../index.php");
21
22 655 doc
?>