Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

754
 
757
 
757
 
session.php
_> 11 <?php
  22 /*
<> 3 -  $Id: session.php 754 2006-08-23 11:56:56Z hpdl $
   3+  $Id: session.php 757 2006-08-23 12:22:54Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
5252           setcookie($this->getName(), '', time()-42000, $this->getCookieParameters('path'), $this->getCookieParameters('domain'));
  5353         }
  5454 
<> 55 -        tep_redirect(osc_href_link(FILENAME_DEFAULT, null, 'NONSSL', false));
   55+        osc_redirect(osc_href_link(FILENAME_DEFAULT, null, 'NONSSL', false));
<_ 5656       } elseif (session_start()) {
  5757         $this->setStarted(true);
  5858         $this->setID();