Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
石迎春
/
learngit
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit d8d66ded
authored
2021-10-26 19:13:58 +0800
by
石迎春
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除了target
1 parent
592fc9d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
index.php
index.php
deleted
100644 → 0
View file @
592fc9d
<?php
//定义项目名称
define
(
'APP_NAME'
,
'App'
);
//定义项目路径
define
(
'APP_PATH'
,
'./'
);
define
(
'RUNTIME_PATH'
,
'./Runtime/'
);
define
(
'DB_BACKUP'
,
'./Sql/'
);
define
(
'APP_DEBUG'
,
true
);
require
'./_Core/ThinkPHP.php'
;
?>
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment