<?php
/*
***********************************************************************************
***********************************************************************************
This software is copyrighted by lunarscripts.com.
It is not freeware and may not be distributed in
whole or in part without permission.
Professional versions of Lunarscripts.com software must be licensed and registered.
Unlawful copies of any Lunarscript will not be supported.
For more information about your lunarcart or to become a reseller or vendor,
please contact hide@address.com
This is a professional storefront that will enhance the online business
of any storefront and make backend administration extremely easy and
user-friendly. Novices will be able to comfortably navigate their new
stores in a matter of minutes instead of hours or days.
Extensive rescripting and programming has been intricately included
throughout this software and thus renders the original version inseparable.
This copyright tag may not be lawfully removed and this software
may not be lawfully redistributed without permission.
***********************************************************************************
***********************************************************************************
$Id: cache.php,v 1.10 2003/07/06 20:33:01 dgw_ Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('HEADING_TITLE', 'Cache Control');
define('TABLE_HEADING_CACHE', 'Cache Blocks');
define('TABLE_HEADING_DATE_CREATED', 'Date Created');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_FILE_DOES_NOT_EXIST', 'File does not exist');
define('TEXT_CACHE_DIRECTORY', 'Cache Directory:');
define('ERROR_CACHE_DIRECTORY_DOES_NOT_EXIST', 'Error: Cache directory does not exist. Please set this Configuration->Cache.');
define('ERROR_CACHE_DIRECTORY_NOT_WRITEABLE', 'Error: Cache directory is not writeable.');
?>