Commit 3155cdbf authored by DTS Nanahira Server's avatar DTS Nanahira Server

gitignore

parent 2983535b
......@@ -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
<?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);
......
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