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 style="float:right;"> <a href="index.php?mod=viewproject<?php echo $base['data']['querystring']; ?>">View Thumbnail</a> | <a href="index.php?mod=viewlist<?php echo $base['data']['querystring']; ?>">View List</a> </div> </div> <div class="page_content"> <script type="text/javascript"> $(function() { }); </script> <div style="width:768px;height: 420px;margin:0 auto;"> <div class="scrollbar"> <?php echo $base['data']['content']; ?> <br style="clear:both;"/> </div> </div> </div> </div> <? template('page_footer'); ?>