]> git.mxchange.org Git - friendica.git/blobdiff - view/admin_remoteupdate.tpl
Merge pull request #589 from fabrixxm/master
[friendica.git] / view / admin_remoteupdate.tpl
index 844cbad272ca47725a4001867d95cf28d2fb79d7..874c6e6267bddd416fac71d8360d51ba43fe0ce4 100644 (file)
                <h3>Your friendica installation is not writable by web server.</h3>
                {{ if $canftp }}
                        <p>You can try to update via FTP</p>
-                       {{ inc $field_input with $field=$ftphost }}{{ endinc }}
-                       {{ inc $field_input with $field=$ftppath }}{{ endinc }}
-                       {{ inc $field_input with $field=$ftpuser }}{{ endinc }}
-                       {{ inc $field_password with $field=$ftppwd }}{{ endinc }}
+                       {{ inc field_input.tpl with $field=$ftphost }}{{ endinc }}
+                       {{ inc field_input.tpl with $field=$ftppath }}{{ endinc }}
+                       {{ inc field_input.tpl with $field=$ftpuser }}{{ endinc }}
+                       {{ inc field_password.tpl with $field=$ftppwd }}{{ endinc }}
                        <div class="submit"><input type="submit" name="remoteupdate" value="$submit" /></div>
                {{ endif }}
        {{ endif }}