mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
Adding basepath, urlpath, hostname and ssl_policy to installation
This commit is contained in:
parent
19f474f50d
commit
90a38a00d8
20 changed files with 380 additions and 127 deletions
|
@ -7,14 +7,18 @@
|
|||
<form id="install-form" action="{{$baseurl}}/install" method="post">
|
||||
|
||||
<input type="hidden" name="config-php_path" value="{{$php_path}}" />
|
||||
<input type="hidden" name="config-hostname" value="{{$hostname}}" />
|
||||
<input type="hidden" name="system-ssl_policy" value="{{$ssl_policy}}" />
|
||||
<input type="hidden" name="system-basepath" value="{{$basepath}}" />
|
||||
<input type="hidden" name="system-urlpath" value="{{$urlpath}}" />
|
||||
<input type="hidden" name="database-hostname" value="{{$dbhost}}" />
|
||||
<input type="hidden" name="database-username" value="{{$dbuser}}" />
|
||||
<input type="hidden" name="database-password" value="{{$dbpass}}" />
|
||||
<input type="hidden" name="database-database" value="{{$dbdata}}" />
|
||||
<input type="hidden" name="pass" value="4" />
|
||||
<input type="hidden" name="pass" value="5" />
|
||||
|
||||
{{include file="field_input.tpl" field=$adminmail}}
|
||||
{{$timezone nofilter}}
|
||||
{{include file="field_input.tpl" field=$adminmail}} <br />
|
||||
{{$timezone nofilter}} <br />
|
||||
{{include file="field_select.tpl" field=$language}}
|
||||
|
||||
<input id="install-submit" type="submit" name="submit" value="{{$submit}}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue