mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 21:11:15 -05:00
Missing exp forever.
This commit is contained in:
parent
11e738fb04
commit
f694c193bf
@ -93,6 +93,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$expire_extra = 'id="expire" class="form-control select" tabindex="7"';
|
$expire_extra = 'id="expire" class="form-control select" tabindex="7"';
|
||||||
$options = array(
|
$options = array(
|
||||||
|
"0" => lang('exp_forever'),
|
||||||
"burn" => lang('exp_burn'),
|
"burn" => lang('exp_burn'),
|
||||||
"5" => lang('exp_5min'),
|
"5" => lang('exp_5min'),
|
||||||
"60" => lang('exp_1h'),
|
"60" => lang('exp_1h'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user