[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 init_currencies.php

Zen Cart 源代码 init_currencies.php




下载文件

文件名: init_currencies.php
文件类型: PHP文件
文件大小: 689 Bytes
MD5: 0bd4669396c986eb555d0c7320f6ae89

init_currencies.php - 打开高亮
<?php
/**
 * @package admin
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: init_currencies.php 3001 2006-02-09 21:45:06Z wilt $
 */
if (!defined('IS_ADMIN_FLAG')) {
  die('Illegal Access');
}
  require(DIR_FS_CATALOG . DIR_WS_CLASSES . 'class.currencies.php');
  $currencies = new currencies();
  $_SESSION['currency'] = DEFAULT_CURRENCY;
  if (isset($_GET['pID'])) {
    $at_product_info_array = productPricing::buildPricingResultSet($_GET['pID']);
    $at_product_info = productPricing::factory($at_product_info_array, true);
  }
?>


cron