]> git.mxchange.org Git - friendica.git/blob - view/templates/install_settings.tpl
Adding basepath, urlpath, hostname and ssl_policy to installation
[friendica.git] / view / templates / install_settings.tpl
1
2
3 <h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
4 <h2>{{$pass}}</h2>
5
6
7 <form id="install-form" action="{{$baseurl}}/install" method="post">
8
9 <input type="hidden" name="config-php_path" value="{{$php_path}}" />
10 <input type="hidden" name="config-hostname" value="{{$hostname}}" />
11 <input type="hidden" name="system-ssl_policy" value="{{$ssl_policy}}" />
12 <input type="hidden" name="system-basepath" value="{{$basepath}}" />
13 <input type="hidden" name="system-urlpath" value="{{$urlpath}}" />
14 <input type="hidden" name="database-hostname" value="{{$dbhost}}" />
15 <input type="hidden" name="database-username" value="{{$dbuser}}" />
16 <input type="hidden" name="database-password" value="{{$dbpass}}" />
17 <input type="hidden" name="database-database" value="{{$dbdata}}" />
18 <input type="hidden" name="pass" value="5" />
19
20 {{include file="field_input.tpl" field=$adminmail}} <br />
21 {{$timezone nofilter}} <br />
22 {{include file="field_select.tpl" field=$language}}
23
24 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" />
25
26 </form>
27