Skip to content

Commit

Permalink
check remember-for-session
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Nov 2, 2021
1 parent 3a0449a commit 6cc2841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/dsroot/custom-body.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<div style="text-align: left">
<p class="selectOptions">
<input type="checkbox" <?php echo $rememberSelectionChecked ?> name="session" id="rememberForSession" value="true">
<input type="checkbox" checked name="session" id="rememberForSession" value="true">
<label for="rememberForSession"><?php echo getLocalString('remember_selection') ?></label><br>
<?php if ($showPermanentSetting) : ?>
<!-- Value permanent must be a number which is equivalent to the days the cookie should be valid -->
Expand Down

0 comments on commit 6cc2841

Please sign in to comment.