| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: server_info.php,v 1.4 2002/03/30 15:06:44 harley_vb 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', 'Server Information'); 14 15 define('TITLE_SERVER_HOST', 'Server Host:'); 16 define('TITLE_SERVER_OS', 'Server OS:'); 17 define('TITLE_SERVER_DATE', 'Server Datum:'); 18 define('TITLE_SERVER_UP_TIME', 'Server Up Time:'); 19 define('TITLE_HTTP_SERVER', 'HTTP Server:'); 20 define('TITLE_PHP_VERSION', 'PHP Version:'); 21 define('TITLE_ZEND_VERSION', 'Zend:'); 22 define('TITLE_DATABASE_HOST', 'Datenbank Host:'); 23 define('TITLE_DATABASE', 'Datenbank:'); 24 define('TITLE_DATABASE_DATE', 'Datenbank Datum:'); 25 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |