shell bypass 403
<?
if (!defined('SITE'))
exit('Access Denied');
?>
<? template('html_head'); ?>
<? template('page_header'); ?>
<div id="body">
<div style="float:left;width:413px;height:540px;"><?php echo $base['data']['left']; ?></div>
<div style="float:left;width:807px;height:540px;padding-left: 10px;"><?php echo $base['data']['right']; ?></div>
<br style="clear:both;"/>
</div>
<? template('page_footer'); ?>