diff options
Diffstat (limited to 'tpl/configure.html')
-rw-r--r-- | tpl/configure.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/configure.html b/tpl/configure.html index f99fa45b..ad9a2085 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="!empty($GLOBALS['disablesessionprotection'])"}checked{/if}> | 39 | {if="$private_links_default"}checked{/if}> |
40 | <label | 40 | <label |
41 | for="disablesessionprotection"> Disable session cookie hijacking protection (Check this if you get | 41 | for="disablesessionprotection"> 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> |
@@ -60,7 +60,7 @@ | |||
60 | {if="$enable_rss_permalinks"}checked{/if}/> | 60 | {if="$enable_rss_permalinks"}checked{/if}/> |
61 | <label for="enableRssPermalinks"> | 61 | <label for="enableRssPermalinks"> |
62 | Disable it to use permalinks in RSS feed instead of direct links to your shaared links. Currently <b> | 62 | Disable it to use permalinks in RSS feed instead of direct links to your shaared links. Currently <b> |
63 | {if="$GLOBALS['config']['ENABLE_RSS_PERMALINKS']"}enabled{else}disabled{/if}.</b> | 63 | {if="$enable_rss_permalinks"}enabled{else}disabled{/if}.</b> |
64 | </label> | 64 | </label> |
65 | </td> | 65 | </td> |
66 | </tr> | 66 | </tr> |