]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_db.tpl
Merge pull request #7085 from nupplaphil/task/mod_home
[friendica.git] / view / templates / install_db.tpl
index a4fa430247a34e828f7a26ec7e1e8a97a67042ad..1a5778cc83747564aa31bb1bca543830cbc698ba 100644 (file)
 
 <form id="install-form" action="{{$baseurl}}/install" method="post">
 
-       <input type="hidden" name="phpath" value="{{$phpath}}" />
-       <input type="hidden" name="pass" value="3" />
+       <input type="hidden" name="config-php_path" value="{{$php_path}}" />
+       <input type="hidden" name="config-hostname" value="{{$hostname}}" />
+       <input type="hidden" name="system-ssl_policy" value="{{$ssl_policy}}" />
+       <input type="hidden" name="system-basepath" value="{{$basepath}}" />
+       <input type="hidden" name="system-urlpath" value="{{$urlpath}}" />
+       <input type="hidden" name="pass" value="4" />
 
        {{include file="field_input.tpl" field=$dbhost}}
        {{include file="field_input.tpl" field=$dbuser}}