[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 源代码 index.php

Zen Cart 源代码 index.php




下载文件

文件名: index.php
文件类型: PHP文件
文件大小: 438 Bytes
MD5: 56796d54b4926574e4a72630e39e974f

index.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package main
  4.  * @copyright Copyright 2003-2012 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 GIT: $Id: Author: DrByte  Tue Aug 28 16:48:39 2012 -0400 New in v1.5.1 $
  8.  */
  9.  
  10. // send to domain root
  11.     header('Location: ' . 'http://' . $_SERVER['HTTP_HOST']);
  12.     exit();
  13.