Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
blank.php
1 <?php
29 header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
30 header('Pragma: no-cache');
31 header('Expires: '.gmdate('D, d M Y H:i:s', time()-3600).' GMT');
32 
33 require(dirname(__FILE__).'/header.php');
34 ?>
35 <script language="JavaScript" type="text/javascript">
36  function popup_init() {
37  // do nothing, just here so that we overright the popup_init() fn
38  // that may have been set by a previous pop-up
39  // needed for Netscape
40  }// end popup_init()
41 </script>
42 <?php
43 
44 require(dirname(__FILE__).'/footer.php');
45 
46 ?>