1 Star 0 Fork 0

bit212/mautic_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index_dev.php 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
/*
* @copyright 2014 Mautic, NP
* @author Mautic
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
define('MAUTIC_ROOT_DIR', __DIR__);
// Fix for hosts that do not have date.timezone set, it will be reset based on users settings
date_default_timezone_set('UTC');
require_once __DIR__.'/vendor/autoload.php';
use Mautic\CoreBundle\ErrorHandler\ErrorHandler;
use Mautic\Middleware\MiddlewareBuilder;
use function Stack\run;
if (extension_loaded('apcu') && in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', '::1', '172.17.0.1'])) {
@apcu_clear_cache();
}
ErrorHandler::register('dev');
run((new MiddlewareBuilder(new AppKernel('dev', true)))->resolve());
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bit212/mautic_2.git
[email protected]:bit212/mautic_2.git
bit212
mautic_2
mautic_2
staging

搜索帮助