It is now possible to define the hostname from the admin page. This should definetely end the problem that the hostname couldn't be detected unter certain conditions.

This commit is contained in:
Michael Vogel 2014-11-08 00:07:21 +01:00
parent d81289c58b
commit 70ba1667e1
3 changed files with 26 additions and 9 deletions

View file

@ -45,6 +45,7 @@
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{include file="field_input.tpl" field=$sitename}}
{{include file="field_input.tpl" field=$hostname}}
{{include file="field_textarea.tpl" field=$banner}}
{{include file="field_textarea.tpl" field=$info}}
{{include file="field_select.tpl" field=$language}}