Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1518
 
1534
 
1534
 
application_top.php
_> 11 <?php
  22 /*
<> 3 -  $Id: application_top.php 1518 2007-03-30 16:12:53Z hpdl $
   3+  $Id: application_top.php 1534 2007-03-30 22:05:42Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
4343     define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG);
  4444   }
  4545 
<> 46 -// Used in the "Backup Manager" to compress backups
  47 -  define('LOCAL_EXE_GZIP', '/usr/bin/gzip');
  48 -  define('LOCAL_EXE_GUNZIP', '/usr/bin/gunzip');
  49 -  define('LOCAL_EXE_ZIP', '/usr/local/bin/zip');
  50 -  define('LOCAL_EXE_UNZIP', '/usr/local/bin/unzip');
  51 -
<_ 5246 // compatibility work-around logic for PHP4
  5347   require('../includes/functions/compatibility.php');
  5448   require('includes/functions/compatibility.php');