代码拉取完成,页面将自动刷新
<?php
/**
* DBShop 电子商务系统
*
* ==========================================================================
* @link http://www.dbshop.net/
* @copyright Copyright (c) 2012-2015 DBShop.net Inc. (http://www.dbshop.net)
* @license http://www.dbshop.net/license.html License
* ==========================================================================
*
* @author 静静的风
*
*/
//在发布时是开启状态,在开发环境中注释掉
error_reporting(0);
//初始化设置
@set_time_limit(0);
@ini_set('memory_limit','128M');
//检测php版本,如果版本过低提示
if (version_compare(phpversion(), '5.3.23', '<') === true) {
die('ERROR: Your PHP version is ' . phpversion() . '. DBShop requires PHP 5.3.23 or newer.<br><br>错误:您的 PHP 版本是 ' . phpversion() . '。DBShop系统支持 PHP5.3.23或者更高版本。');
}
$loader = include 'vendor/autoload.php';
$zf2Path = __DIR__ . '/vendor/zendframework/zendframework/library';
$loader->add('Zend', $zf2Path);
$qiniuPath = __DIR__ . '/vendor/qiniu/php-sdk/src/Qiniu/functions.php';
if(file_exists($qiniuPath)) require $qiniuPath;
$aliyunPath= __DIR__ . '/vendor/alibaba/aliyun/autoload.php';
if(file_exists($aliyunPath)) require $aliyunPath;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。