현재까지 작업 분량 반영

This commit is contained in:
2018-05-20 02:23:44 +09:00
parent fab0495a39
commit af9df325f0
13 changed files with 15 additions and 45 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ $gameStor = KVStorage::getStorage($db, 'game_env');
increaseRefresh("베팅", 1);
$tournament = $db->queryFirstField('SELECT tournament FROM game LIMIT 1');
$tournament = $gameStor->tournament;
if($tournament != 6) {
header('Location: b_betting.php');
exit();