adapt install path
This commit is contained in:
parent
f9f86e04ff
commit
a1fedaf514
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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}}" />
|
||||
|
|
|
@ -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}}" />
|
||||
|
|
Loading…
Reference in a new issue