⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 init_currencies.php

📁 Zen Cart是一款最新的购物车软件
💻 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);  }?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -