[ PHPXref.com ] [ Generated: Sun Jul 20 19:13:40 2008 ] [ osCommRes 1.2.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/includes/ -> redirect_login_to.php (source)

   1  <?php
   2  /*

   3    /includes/redirect_login_to.php

   4  

   5    Shoppe Enhancement Controller - Copyright (c) 2003 WebMakers.com

   6    Linda McGrath - osCommerce@WebMakers.com

   7  

   8  */
   9  
  10  // WebMakers.com Added: Login redirect to last page

  11    if (sizeof($navigation->snapshot) > 0) {
  12      $origin_href = tep_href_link($navigation->snapshot['page'], tep_array_to_string($navigation->snapshot['get'], array(tep_session_name())), $navigation->snapshot['mode']);
  13      $navigation->clear_snapshot();
  14      $link = $origin_href;
  15    } else {
  16      $link = tep_href_link(FILENAME_DEFAULT);
  17    }
  18  ?>


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