diff --git a/htdocs/application/config/stikked.php.dist b/htdocs/application/config/stikked.php.dist index 7539b10..cf11247 100644 --- a/htdocs/application/config/stikked.php.dist +++ b/htdocs/application/config/stikked.php.dist @@ -35,7 +35,7 @@ $config['db_prefix'] = ''; * * Which theme to use * Folder name in htdocs/themes/ - * Currently: default, bootstrap, gabdark, gabdark3, geocities, snowkat, stikkedizr, cleanwhite + * Currently: default, bootstrap, gabdark, gabdark3, geocities, snowkat, stikkedizr, cleanwhite, i386 * */ $config['theme'] = 'default'; diff --git a/htdocs/themes/bootstrap/views/defaults/paste_form.php b/htdocs/themes/bootstrap/views/defaults/paste_form.php index f68a354..02d82ca 100644 --- a/htdocs/themes/bootstrap/views/defaults/paste_form.php +++ b/htdocs/themes/bootstrap/views/defaults/paste_form.php @@ -104,7 +104,6 @@ ); if(! config_item('disable_keep_forever')) { $options['0'] = lang('exp_forever'); - $default_expiration = '0'; // forever } echo form_dropdown('expire', $options, $default_expiration, $expire_extra); ?> diff --git a/htdocs/themes/default/views/defaults/paste_form.php b/htdocs/themes/default/views/defaults/paste_form.php index ce0016f..ee437d4 100644 --- a/htdocs/themes/default/views/defaults/paste_form.php +++ b/htdocs/themes/default/views/defaults/paste_form.php @@ -102,7 +102,6 @@ ); if(! config_item('disable_keep_forever')) { $options['0'] = lang('exp_forever'); - $default_expiration = '0'; // forever } echo form_dropdown('expire', $options, $default_expiration, $expire_extra); ?> diff --git a/htdocs/themes/i386/views/defaults/paste_form.php b/htdocs/themes/i386/views/defaults/paste_form.php index 9ac9e36..766063e 100644 --- a/htdocs/themes/i386/views/defaults/paste_form.php +++ b/htdocs/themes/i386/views/defaults/paste_form.php @@ -104,7 +104,6 @@ ); if(! config_item('disable_keep_forever')) { $options['0'] = lang('exp_forever'); - $default_expiration = '0'; // forever } echo form_dropdown('expire', $options, $default_expiration, $expire_extra); ?>