forked from rDrama/rDrama
1
0
Fork 0

allow bmac option in WPD

master
Aevann 2024-02-28 19:39:43 +02:00
parent 5829798ce8
commit beb92502c5
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@
<div class="input-group">
<select autocomplete="off" id='type' class="form-control" name="type" required>
<option hidden disabled selected value>-- select an option --</option>
{% if SITE == 'rdrama.net' %}
<option value="BMAC">BMAC</option>
{% endif %}
<option value="BMAC">BMAC</option>
<option value="BTC">BTC</option>
<option value="ETH">ETH</option>
<option value="XMR">XMR</option>