Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

757
 
824
 
824
 
account.php
_> 11 <?php
  22 /*
<> 3 -  $Id: account.php 757 2006-08-23 12:22:54Z hpdl $
   3+  $Id: account.php 824 2006-08-29 11:09:15Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
1010   Released under the GNU General Public License
  1111 */
  1212 
<>  13+  $_SERVER['SCRIPT_FILENAME'] = __FILE__;
   14+
<_ 1315   require('includes/application_top.php');
  1416 
  1517   if ($osC_Customer->isLoggedOn() === false) {