]> git.mxchange.org Git - friendica.git/blob - view/templates/install_base.tpl
Fix route for user import.
[friendica.git] / view / templates / install_base.tpl
1 <h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
2 <h2>{{$pass}}</h2>
3
4 <p>
5         {{$info_01}}<br>
6         {{$info_02}}<br>
7         {{$info_03}}
8 </p>
9
10 <form id="install-form" action="{{$baseurl}}/install" method="post">
11
12         <input type="hidden" name="config-php_path" value="{{$php_path}}" />
13         <input type="hidden" name="pass" value="3" />
14
15         {{include file="field_select.tpl" field=$ssl_policy}}
16         <br />
17         {{include file="field_input.tpl" field=$hostname}}
18         <br />
19         {{include file="field_input.tpl" field=$basepath}}
20         <br />
21         {{include file="field_input.tpl" field=$urlpath}}
22
23         <input id="install-submit" type="submit" name="submit" value="{{$submit}}" />
24
25 </form>