Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phpdts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nemo Ma
phpdts
Commits
3155cdbf
Commit
3155cdbf
authored
Jul 18, 2019
by
DTS Nanahira Server
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitignore
parent
2983535b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
2 deletions
+23
-2
.gitignore
.gitignore
+22
-1
install.php
install.php
+1
-1
No files found.
.gitignore
View file @
3155cdbf
...
...
@@ -21,6 +21,27 @@ $RECYCLE.BIN/
config.inc.php
install.lock
# DTS Config Files
gamedata/adminlog.php
gamedata/adminmsg.htm
gamedata/systemmsg.htm
gamedata/combatinfo.php
gamedata/newsinfo.php
gamedata/gameinfo.php
gamedata/system.php
gamedata/banlist.list
gamedata/banlist.php
# DTS Cache Files
gamedata/bak/
gamedata/templates/
templates/default/areainfo.htm
templates/default/lastgb.htm
templates/default/lastnews.htm
templates/default/move.htm
# =========================
# Operating System Files
...
...
@@ -45,4 +66,4 @@ install.lock
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.apdisk
\ No newline at end of file
install.php
View file @
3155cdbf
<?php
error_reporting
(
E_ERROR
|
E_WARNING
|
E_PARSE
);
set_magic_quotes_runtime
(
0
);
//
set_magic_quotes_runtime(0);
//ini_set('date.timezone','Asia/Shanghai');
define
(
'IN_GAME'
,
TRUE
);
...
...
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