  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
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 $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
43 | 43 | | define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG); |
| |
44 | 44 | | } |
| |
45 | 45 | | |
  |
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 | | - | |
  |
52 | 46 | | // compatibility work-around logic for PHP4 |
| |
53 | 47 | | require('../includes/functions/compatibility.php'); |
| |
54 | 48 | | require('includes/functions/compatibility.php'); |