aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/configure.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-07-10 10:42:21 +0200
committerArthurHoaro <arthur@hoa.ro>2016-07-10 10:42:21 +0200
commit2e193ad387769e62408849dd232c4013c5134225 (patch)
tree680de0e42803b2ad4ff36cd4268022c213ceb793 /tpl/configure.html
parent0c4c7ae818336d5b0f94562e551ca1a3f34d3435 (diff)
downloadShaarli-2e193ad387769e62408849dd232c4013c5134225.tar.gz
Shaarli-2e193ad387769e62408849dd232c4013c5134225.tar.zst
Shaarli-2e193ad387769e62408849dd232c4013c5134225.zip
Fix variable in configure.php
Diffstat (limited to 'tpl/configure.html')
-rw-r--r--tpl/configure.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/configure.html b/tpl/configure.html
index ad9a2085..983bcd08 100644
--- a/tpl/configure.html
+++ b/tpl/configure.html
@@ -36,7 +36,7 @@
36 <td><b>Security:</b></td> 36 <td><b>Security:</b></td>
37 <td> 37 <td>
38 <input type="checkbox" name="disablesessionprotection" id="disablesessionprotection" 38 <input type="checkbox" name="disablesessionprotection" id="disablesessionprotection"
39 {if="$private_links_default"}checked{/if}> 39 {if="$session_protection_disabled"}checked{/if}>
40 <label 40 <label
41 for="disablesessionprotection">&nbsp;Disable session cookie hijacking protection (Check this if you get 41 for="disablesessionprotection">&nbsp;Disable session cookie hijacking protection (Check this if you get
42 disconnected often or if your IP address changes often.)</label> 42 disconnected often or if your IP address changes often.)</label>