Philipp Holzer
f0382ab919
- centralized installation - renamed Core\Install to Core\Installer - avoid using $a->data[] for states - removed unnecessary code
24 lines
791 B
Smarty
24 lines
791 B
Smarty
|
|
|
|
<h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
|
|
<h2>{{$pass}}</h2>
|
|
|
|
|
|
<form id="install-form" action="{{$baseurl}}/install" method="post">
|
|
|
|
<input type="hidden" name="phpath" value="{{$phpath|escape:'html'}}" />
|
|
<input type="hidden" name="dbhost" value="{{$dbhost|escape:'html'}}" />
|
|
<input type="hidden" name="dbuser" value="{{$dbuser|escape:'html'}}" />
|
|
<input type="hidden" name="dbpass" value="{{$dbpass|escape:'html'}}" />
|
|
<input type="hidden" name="dbdata" value="{{$dbdata|escape:'html'}}" />
|
|
<input type="hidden" name="pass" value="4" />
|
|
|
|
{{include file="field_input.tpl" field=$adminmail}}
|
|
{{$timezone}}
|
|
{{include file="field_select.tpl" field=$language}}
|
|
|
|
<input id="install-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
|
|
|
</form>
|
|
|