Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web_index
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tufengqi
web_index
Commits
ecdb882a
Commit
ecdb882a
authored
Jun 27, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无效的入口文件
parent
08670a36
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
25 deletions
+0
-25
market-swoft-for-console.php
thrift_impl/market/market-swoft-for-console.php
+0
-8
market-swoole-for-console.php
thrift_impl/market/market-swoole-for-console.php
+0
-8
zhaobi-swoole-for-console.php
user_site/zhaobi/zhaobi-swoole-for-console.php
+0
-9
No files found.
thrift_impl/market/market-swoft-for-console.php
deleted
100644 → 0
View file @
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
thrift_impl/market/market-swoole-for-console.php
deleted
100644 → 0
View file @
08670a36
<?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
user_site/zhaobi/zhaobi-swoole-for-console.php
deleted
100644 → 0
View file @
08670a36
<?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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment