2024-08-24 20:23:27 +02:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2022-04-28 12:41:26 +02:00
|
|
|
<h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
|
2013-04-23 07:47:57 -04:00
|
|
|
<h2>{{$pass}}</h2>
|
|
|
|
|
|
|
|
|
2023-02-19 11:29:29 +01:00
|
|
|
<form id="install-form" action="{{$baseurl}}/index.php?pagename=install" method="post">
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2019-03-14 10:00:05 +01:00
|
|
|
<input type="hidden" name="config-php_path" value="{{$php_path}}" />
|
2019-03-26 22:04:31 +01:00
|
|
|
<input type="hidden" name="system-basepath" value="{{$basepath}}" />
|
2023-02-18 20:43:49 +01:00
|
|
|
<input type="hidden" name="system-url" value="{{$system_url}}" />
|
2019-03-14 10:00:05 +01:00
|
|
|
<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}}" />
|
2019-03-26 22:04:31 +01:00
|
|
|
<input type="hidden" name="pass" value="5" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2019-03-26 22:04:31 +01:00
|
|
|
{{include file="field_input.tpl" field=$adminmail}} <br />
|
|
|
|
{{$timezone nofilter}} <br />
|
2016-04-06 20:13:34 +02:00
|
|
|
{{include file="field_select.tpl" field=$language}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2018-12-13 22:28:12 -05:00
|
|
|
<input id="install-submit" type="submit" name="submit" value="{{$submit}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
</form>
|
|
|
|
|