shell bypass 403
<?php
if (!defined('SITE'))
exit('Access Denied');
//$base['data']['left'] = '<div style="padding:20px;">
// <div style="clear:both;"><div style="float:left;">sssssssss</div><div style="float:right;">2008</div></div><br style="clear:both;"/>
//<hr style="padding:0;margin:0;border: none;border-top: 1px solid #D1D3D4;"/>
//<div style="clear:both;"><div style="float:left;">sssssssss</div><div style="float:right;">2008</div></div><br style="clear:both;"/>
//<hr style="padding:0;margin:0"/>
//</div>';
$base['data']['left'] = '<div style="padding:20px;">'.getDBawards().'</div>';
$base['data']['right'] = getDBawardsImages();
template('2col7733');
?>