]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/install_db.tpl
Adding basepath, urlpath, hostname and ssl_policy to installation
[friendica.git] / view / templates / install_db.tpl
index 5c28f0e5f7ce4499d4eaa9d97d11fec2be55e0d6..1a5778cc83747564aa31bb1bca543830cbc698ba 100644 (file)
 <form id="install-form" action="{{$baseurl}}/install" method="post">
 
        <input type="hidden" name="config-php_path" value="{{$php_path}}" />
-       <input type="hidden" name="pass" value="3" />
+       <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}}