Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

754
 
757
 
757
 
account.php
_> 11 <?php
  22 /*
<> 3 -  $Id: account.php 754 2006-08-23 11:56:56Z hpdl $
   3+  $Id: account.php 757 2006-08-23 12:22:54Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
1717       $first_array = array_slice($_GET, 0, 1);
  1818     }
  1919 
<> 20 -    if (empty($_GET) || (!empty($_GET) && !in_array(tep_sanitize_string(basename(key($first_array))), array('login', 'create', 'password_forgotten')))) {
   20+    if (empty($_GET) || (!empty($_GET) && !in_array(osc_sanitize_string(basename(key($first_array))), array('login', 'create', 'password_forgotten')))) {
2121       $osC_NavigationHistory->setSnapshot();
  2222 
<> 23 -      tep_redirect(osc_href_link(FILENAME_ACCOUNT, 'login', 'SSL'));
   23+      osc_redirect(osc_href_link(FILENAME_ACCOUNT, 'login', 'SSL'));
<_ 2424     }
  2525   }
  2626