Project

General

Profile

1
<?php
2

    
3
/**
4
 *
5
 * @category        framework
6
 * @package         yui
7
 * @author          WebsiteBaker Project
8
 * @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
 * @version         $Id: index.php 1277 2010-01-28 05:18:18Z Luisehahne $
15
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/include/yui/dragdrop/index.php $
16
 * @lastmodified    $Date: 2010-01-28 06:18:18 +0100 (Thu, 28 Jan 2010) $
17
 *
18
 */
19

    
20
header("Location: ../../../index.php");
21

    
22
?>
(5-5/5)