File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 6868$ sel_authcookiettl ->setAttribute ('class ' , 'form-control selectpicker ' );
6969$ sel_authcookiettl ->setSelected ($ this ->getConfig ('auth_cookie_ttl ' ));
7070
71+ $ sel_authcookiettl ->addOption ($ this ->i18n ('ycom_days ' , 0 ) . ' ( ' . $ this ->i18n ('inactive ' ) . ') ' , '0 ' );
7172$ sel_authcookiettl ->addOption ($ this ->i18n ('ycom_days ' , 7 ), '7 ' );
7273$ sel_authcookiettl ->addOption ($ this ->i18n ('ycom_days ' , 14 ), '14 ' );
7374$ sel_authcookiettl ->addOption ($ this ->i18n ('ycom_days ' , 30 ), '30 ' );
7475$ sel_authcookiettl ->addOption ($ this ->i18n ('ycom_days ' , 90 ), '90 ' );
76+ $ sel_authcookiettl ->addOption ($ this ->i18n ('ycom_days ' , 180 ), '180 ' );
77+ $ sel_authcookiettl ->addOption ($ this ->i18n ('ycom_days ' , 360 ), '360 ' );
7578
7679$ content .= '
7780<form action="index.php" method="post" id="ycom_auth_settings">
You can’t perform that action at this time.
0 commit comments