<?php
/**
 *
 * @category        templates
 * @package         WB theme
 * @subpackage      install
 * @author          WebsiteBaker Project
 * @copyright       2009-2012, WebsiteBaker Org. e.V.
 * @link            http://www.websitebaker.org/
 * @license         http://www.gnu.org/licenses/gpl.html
 * @platform        WebsiteBaker 2.8.3
 * @requirements    PHP 5.2.2 and higher
 * @version         $Id: upgrade.php 2090 2014-01-19 22:08:22Z darkviper $
 * @filesource      $HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/templates/WbTheme/upgrade.php $
 * @lastmodified    $Date: 2014-01-19 23:08:22 +0100 (Sun, 19 Jan 2014) $
 *
 */

// prevent this file from being accessed directly
if(defined('WB_PATH') == false)
{
	die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
}
