정적 분석 결과 반영. global 변수 몇몇 삭제

This commit is contained in:
2018-04-08 12:56:56 +09:00
parent 48a560cb4c
commit 463994df42
21 changed files with 428 additions and 406 deletions
-4
View File
@@ -66,8 +66,6 @@ function CoreTurnTable() {
function allButton() {
global $_basecolor2;
$npcmode = DB::db()->queryFirstField("select npcmode from game limit 1");
if($npcmode == 1) {
$site = "a_npcList.php";
@@ -87,8 +85,6 @@ function allButton() {
function commandButton() {
global $_basecolor, $_basecolor2;
$session = Session::getInstance();
$userID = Session::getUserID();
$generalID = $session->generalID;