adapt install path

This commit is contained in:
Philipp Holzer 2023-02-19 11:29:29 +01:00
parent f9f86e04ff
commit a1fedaf514
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
4 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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" />

View file

@ -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}}" />

View file

@ -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}}" />