]> git.mxchange.org Git - friendica.git/commitdiff
adapt install path
authorPhilipp <admin@philipp.info>
Sun, 19 Feb 2023 10:29:29 +0000 (11:29 +0100)
committerPhilipp <admin@philipp.info>
Sun, 19 Feb 2023 10:29:29 +0000 (11:29 +0100)
view/templates/install/01_checks.tpl
view/templates/install/02_base_config.tpl
view/templates/install/03_database_config.tpl
view/templates/install/04_site_settings.tpl

index 9e8f2b4dbe320f3230d4a34c8c76c3caeb26603a..26f47daad53705c6e40c9e30d25518639286da47 100644 (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>
index b1269cd32ea9639cdf0af66e5302d3cbd99d3665..27f4b78a73390619159faf6bddcd7ded6f31d7b3 100644 (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" />
index 20eeab5134b0ab77bec957fcb69e668ffb7e7256..a5f6f58069269bab014b0dd0f51fadeabf8fba30 100644 (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}}" />
index 4ced7ed272f7e9a79987b95f474008b56b04aa35..b71f69f0135f3c26297f5a04a86dda3f70f24f58 100644 (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}}" />