mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
respect default expiration
This commit is contained in:
parent
b23146cdff
commit
2ba7b054b9
@ -92,7 +92,7 @@
|
||||
</label>
|
||||
<?php
|
||||
$expire_extra = 'id="expire" class="select" tabindex="7"';
|
||||
$default_expiration = '10080'; // 1 week
|
||||
$default_expiration = config_item('default_expiration');
|
||||
$options = array(
|
||||
"burn" => lang('exp_burn'),
|
||||
"5" => lang('exp_5min'),
|
||||
|
@ -90,7 +90,7 @@
|
||||
</label>
|
||||
<?php
|
||||
$expire_extra = 'id="expire" class="select" tabindex="7"';
|
||||
$default_expiration = '10080'; // 1 week
|
||||
$default_expiration = config_item('default_expiration');
|
||||
$options = array(
|
||||
"burn" => lang('exp_burn'),
|
||||
"5" => lang('exp_5min'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user