<?php
/**
 * $Id: index.php 1009 2009-06-23 21:42:33Z Ruebenwurzel $
 * Website Baker theme: classic
 * This theme is the WB backend Theme from WB 2.7
 * Feel free to modify or build up on this template.
 *
 * This file prevents directory listing.
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Johannes Tassilo Gruber
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.80
 * @platform   Website Baker 2.8
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

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

?>