2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-11-13 10:56:06 +01:00
|
|
|
<h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
|
2013-04-23 13:47:57 +02:00
|
|
|
<h2>{{$pass}}</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<form id="install-form" action="{{$baseurl}}/install" method="post">
|
|
|
|
|
2018-12-14 04:28:12 +01:00
|
|
|
<input type="hidden" name="phpath" value="{{$phpath}}" />
|
|
|
|
<input type="hidden" name="dbhost" value="{{$dbhost}}" />
|
|
|
|
<input type="hidden" name="dbuser" value="{{$dbuser}}" />
|
|
|
|
<input type="hidden" name="dbpass" value="{{$dbpass}}" />
|
|
|
|
<input type="hidden" name="dbdata" value="{{$dbdata}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
<input type="hidden" name="pass" value="4" />
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$adminmail}}
|
2018-12-21 06:05:31 +01:00
|
|
|
{{$timezone nofilter}}
|
2016-04-06 20:13:34 +02:00
|
|
|
{{include file="field_select.tpl" field=$language}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2018-12-14 04:28:12 +01:00
|
|
|
<input id="install-submit" type="submit" name="submit" value="{{$submit}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
</form>
|
|
|
|
|