shell bypass 403
<?
if (!defined('SITE'))
exit('Access Denied');
?>
<? template('html_head'); ?>
<? template('page_header'); ?>
<div id="body">
<div style="width:1230px;margin:0 auto;">
<?php echo $base['data']['content']; ?>
<br style="clear:both;"/>
</div>
</div>
<? template('page_footer'); ?>