[ PHPXref.com ] [ Generated: Sun Jul 20 19:28:27 2008 ] [ PgMarket 2.2.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> frames_off.php (source)

   1  <?php
   2  // (C) 2001-2002 Marco Pratesi <marco@pgmarket.net>
   3  include  ("config.inc.php");
   4  include  ("common.inc.php");
   5  $PGM_SESSION["frames_used"] = 0;
   6  $PGM_SESSION["catbrowser_target"] = "main";
   7  include ($CFG["libdir"] . "referer_and_query.inc.php");
   8  pgm_session_close($PGM_SESSION, $session_name);
   9  //redirect("$REFERER_AND_QUERY");
  10  //die;
  11  ?>
  12  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  13  <html>
  14  <head>
  15  <title></title>
  16  </head>
  17  <body>
  18  <script language="JavaScript" type="text/javascript">
  19  <!--
  20  //parent.categories.location.reload();
  21  parent.location.href="<?php echo $REFERER_AND_QUERY; ?>";
  22  window.name = "main";
  23  // -->
  24  </script>
  25  </body>
  26  </html>


[ Powered by PHPXref - Served by Debian GNU/Linux ]