| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:13:40 2008 ] | [ osCommRes 1.2.0 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |