This commit is contained in:
2018-01-16 04:19:20 +09:00
parent c001179088
commit 131c5319ec
35 changed files with 253 additions and 253 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ if($btn == "자동개최설정" && $me['userlevel'] >= 5) {
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$general = MYDB_fetch_array($result);
//$admin['develcost']원 참가비
//{$admin['develcost']}원 참가비
if($general['gold'] < $admin['develcost']) { echo "<script>location.replace('b_tournament.php');</script>"; exit(1); }
$general['gold'] -= $admin['develcost'];
}