| 1 | <?php
 | 
  
    | 2 | /**
 | 
  
    | 3 |  * Website Baker wrapper functions for the Javascript code editor: "EditArea"
 | 
  
    | 4 |  *
 | 
  
    | 5 |  * EditArea is created by Christophe Dolivet and released under "LGPL", 
 | 
  
    | 6 |  * "Apache" and "BSD" licenses. For the integration into Website Baker 
 | 
  
    | 7 |  * the LGPL license was choosen.
 | 
  
    | 8 |  *
 | 
  
    | 9 |  * LICENSE: GNU Lesser General Public License 3.0
 | 
  
    | 10 |  * 
 | 
  
    | 11 |  * @author		Christophe Dolivet (EditArea), Christian Sommer (WB wrapper)
 | 
  
    | 12 |  * @copyright	(c) 2005-2009
 | 
  
    | 13 |  * @license		http://www.gnu.org/copyleft/lesser.html
 | 
  
    | 14 |  * @version		0.7.2.3 
 | 
  
    | 15 |  * @platform	Website Baker 2.7
 | 
  
    | 16 | */
 | 
  
    | 17 | 
 | 
  
    | 18 | // prevent directory listing
 | 
  
    | 19 | header('Location: ../../../index.php');
 | 
  
    | 20 | 
 | 
  
    | 21 | ?>
 |