[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[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 源代码 ezpages_multilangauge_database_names.php

Zen Cart 源代码 ezpages_multilangauge_database_names.php




下载文件

文件名: ezpages_multilangauge_database_names.php
文件类型: PHP文件
文件大小: 440 Bytes
MD5: 0f653f3f10fe50c833618953eb437ddf

ezpages_multilangauge_database_names.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package admin
  4.  * @copyright Copyright 2003-2006 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: ezpages_multilangauge_database_names.php 2006-05-16 Neville Kerr $
  8.  */
  9. if (!defined('IS_ADMIN_FLAG')) {
  10.   die('Illegal Access');
  11. }
  12.  
  13. define('TABLE_EZPAGES_TEXT', DB_PREFIX . 'ezpages_content');
  14. ?>
  15.