adapt install path

pull/12802/head
Philipp 2023-02-19 11:29:29 +01:00
rodzic f9f86e04ff
commit a1fedaf514
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
<h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
<h2>{{$pass}}</h2>
<form action="{{$baseurl}}/install" method="post">
<form action="{{$baseurl}}/index.php?pagename=install" method="post">
<table>
{{foreach $checks as $check}}
<tr><td>{{$check.title nofilter}} </td><td>

Wyświetl plik

@ -7,7 +7,7 @@
{{$info_03}}
</p>
<form id="install-form" action="{{$baseurl}}/install" method="post">
<form id="install-form" action="{{$baseurl}}/index.php?pagename=install" method="post">
<input type="hidden" name="config-php_path" value="{{$php_path}}" />
<input type="hidden" name="pass" value="3" />

Wyświetl plik

@ -19,7 +19,7 @@
{{/foreach}}
</table>
<form id="install-form" action="{{$baseurl}}/install" method="post">
<form id="install-form" action="{{$baseurl}}/index.php?pagename=install" method="post">
<input type="hidden" name="config-php_path" value="{{$php_path}}" />
<input type="hidden" name="system-basepath" value="{{$basepath}}" />

Wyświetl plik

@ -4,7 +4,7 @@
<h2>{{$pass}}</h2>
<form id="install-form" action="{{$baseurl}}/install" method="post">
<form id="install-form" action="{{$baseurl}}/index.php?pagename=install" method="post">
<input type="hidden" name="config-php_path" value="{{$php_path}}" />
<input type="hidden" name="system-basepath" value="{{$basepath}}" />