mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Update sql_ban_system.dm
This commit is contained in:
committed by
GitHub
parent
3c10853a7d
commit
297fe59a0c
@@ -97,7 +97,7 @@
|
||||
<div class='inputbox'></div></label>
|
||||
<input type='text' name='keytext' size='26' value='[player_key]'>
|
||||
<label class='inputlabel checkbox'>IP:
|
||||
<input type='checkbox' id='ipcheck' name='ipcheck' value='1'[isnull(duration) " checked": ""]>
|
||||
<input type='checkbox' id='ipcheck' name='ipcheck' value='1'[isnull(duration) ? " checked" : ""]>
|
||||
<div class='inputbox'></div></label>
|
||||
<input type='text' name='iptext' size='18' value='[player_ip]'>
|
||||
<label class='inputlabel checkbox'>CID:
|
||||
|
||||
Reference in New Issue
Block a user