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

gitignore

parent 2983535b
...@@ -21,6 +21,27 @@ $RECYCLE.BIN/ ...@@ -21,6 +21,27 @@ $RECYCLE.BIN/
config.inc.php config.inc.php
install.lock 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 # Operating System Files
......
<?php <?php
error_reporting(E_ERROR | E_WARNING | E_PARSE); error_reporting(E_ERROR | E_WARNING | E_PARSE);
set_magic_quotes_runtime(0); //set_magic_quotes_runtime(0);
//ini_set('date.timezone','Asia/Shanghai'); //ini_set('date.timezone','Asia/Shanghai');
define('IN_GAME', TRUE); 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