aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/templates/subSilver/admin/board_config_body.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl
index 1d675e1d01..03dc556e31 100644
--- a/phpBB/templates/subSilver/admin/board_config_body.tpl
+++ b/phpBB/templates/subSilver/admin/board_config_body.tpl
@@ -90,6 +90,10 @@
<td class="row2" colspan="2"><span class="gensmall">{L_COOKIE_SETTINGS_EXPLAIN}</span></td>
</tr>
<tr>
+ <td class="row1">{L_COOKIE_DOMAIN}</td>
+ <td class="row2"><input type="text" maxlength="255" name="cookie_domain" value="{COOKIE_DOMAIN}" /></td>
+ </tr>
+ <tr>
<td class="row1">{L_COOKIE_NAME}</td>
<td class="row2"><input type="text" maxlength="16" name="cookie_name" value="{COOKIE_NAME}" /></td>
</tr>