00001 <?php 00002 if(!defined('__PRAGYAN_CMS')) 00003 { 00004 header($_SERVER['SERVER_PROTOCOL'].' 403 Forbidden'); 00005 echo "<h1>403 Forbidden<h1><h4>You are not authorized to access the page.</h4>"; 00006 echo '<hr/>'.$_SERVER['SERVER_SIGNATURE']; 00007 exit(1); 00008 } 00009 00010 global $SIDEBARCONTENT; 00011 $date = date("l d M , h:ia"); 00012 $SIDEBARCONTENT = "<center id=\"sidebarcontent\">$date</center>"; 00013 ?>