Commit ecdb882a authored by tufengqi's avatar tufengqi

删除无效的入口文件

parent 08670a36
<?php
require __DIR__ . '/market-basic.php';
require dirname(dirname(__DIR__)) . '/VersionApp.php';
require $base_path . 'vendor/autoload.php';
$GLOBALS['GLOBAL_YII_SYSTEM_AUTOLOAD'] = $GLOBALS['GLOBAL_YII_SYSTEM_APP'] . 'vendor/autoload.php';
$GLOBALS['GLOBAL_YII_AUTOLOAD'] = $GLOBALS['GLOBAL_YII_SYSTEM_APP'] . 'vendor/yiisoft/yii2/Yii.php';
$GLOBALS['GLOBAL_YII_WEB_CONFIG'] = require $app_package_path . 'app_config/' . MAIN_WEB_CONFIG_FILE;
\ No newline at end of file
<?php
require __DIR__ . '/market-basic.php';
require dirname(dirname(__DIR__)) . '/VersionApp.php';
require $GLOBALS['GLOBAL_YII_SYSTEM_APP'].'vendor/autoload.php';
require $base_path . 'vendor/autoload.php';
require $GLOBALS['GLOBAL_YII_SYSTEM_APP'] . 'vendor/yiisoft/yii2/Yii.php';
$GLOBALS['GLOBAL_YII_WEB_CONFIG'] = require $app_package_path . 'app_config/' . MAIN_WEB_CONFIG_FILE;
\ No newline at end of file
<?php
require __DIR__ . '/zhaobi-basic.php';
var_dump($app_package_path);exit;
require dirname(dirname(__DIR__)) . '/VersionApp.php';
require_once $GLOBALS['GLOBAL_YII_SYSTEM_APP'] . 'vendor/autoload.php';
require_once $base_path . 'vendor/autoload.php';
require_once $GLOBALS['GLOBAL_YII_SYSTEM_APP'] . 'vendor/yiisoft/yii2/Yii.php';
$GLOBALS['GLOBAL_YII_WEB_CONFIG'] = require $app_package_path . 'app_config/' . MAIN_WEB_CONFIG_FILE;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment