shell bypass 403
<?
if (!defined('SITE'))
exit('Access Denied');
?>
<? template('html_head'); ?>
<? template('page_header'); ?>
<div id="body">
<div class="pagename"><?php echo $base['data']['pagenavigatator'];?></div>
<div style="width:768px;margin:0 auto;">
<div style="float:left;width:300px;height:439px;"><?php echo $base['data']['left'];?></div>
<div style="float:left;width:458px;height:439px;padding-left: 10px;"><?php echo $base['data']['right'];?></div>
<br style="clear:both;"/>
</div>
</div>
<? template('page_footer'); ?>