| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: cache.php,v 1.10 2003/07/06 20:33:01 dgw_ Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Cache Control'); 14 15 define('TABLE_HEADING_CACHE', 'Cache Blocks'); 16 define('TABLE_HEADING_DATE_CREATED', 'Date Created'); 17 define('TABLE_HEADING_ACTION', 'Action'); 18 19 define('TEXT_FILE_DOES_NOT_EXIST', 'File does not exist'); 20 define('TEXT_CACHE_DIRECTORY', 'Cache Directory:'); 21 22 define('ERROR_CACHE_DIRECTORY_DOES_NOT_EXIST', 'Error: Cache directory does not exist. Please set this Configuration->Cache.'); 23 define('ERROR_CACHE_DIRECTORY_NOT_WRITEABLE', 'Error: Cache directory is not writeable.'); 24 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |