  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: session.php 754 2006-08-23 11:56:56Z hpdl $ |
| |
| 3 | + | $Id: session.php 757 2006-08-23 12:22:54Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
52 | 52 | | setcookie($this->getName(), '', time()-42000, $this->getCookieParameters('path'), $this->getCookieParameters('domain')); |
| |
53 | 53 | | } |
| |
54 | 54 | | |
  |
55 | | - | tep_redirect(osc_href_link(FILENAME_DEFAULT, null, 'NONSSL', false)); |
| |
| 55 | + | osc_redirect(osc_href_link(FILENAME_DEFAULT, null, 'NONSSL', false)); |
  |
56 | 56 | | } elseif (session_start()) { |
| |
57 | 57 | | $this->setStarted(true); |
| |
58 | 58 | | $this->setID(); |