<?php
/**
 * Website Baker wrapper functions for the Javascript code editor: "EditArea"
 *
 * EditArea is created by Christophe Dolivet and released under "LGPL", 
 * "Apache" and "BSD" licenses. For the integration into Website Baker 
 * the LGPL license was choosen.
 *
 * LICENSE: GNU Lesser General Public License 3.0
 * 
 * @author		Christophe Dolivet (EditArea), Christian Sommer (WB wrapper)
 * @copyright	(c) 2005-2009
 * @license		http://www.gnu.org/copyleft/lesser.html
 * @version		0.7.2.3 
 * @platform	Website Baker 2.7
*/

// prevent directory listing
header('Location: ../../index.php');

?>