]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/admin_remoteupdate.tpl
When converting to HTML, hashtag addresses are now removed (only when the message...
[friendica.git] / view / smarty3 / admin_remoteupdate.tpl
index 2e52e99a699532cbf600cac6080c05fdc15a1b32..cee0ef9b8d0b0e56a0ed1acc36e9478ee62e77f2 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <script src="js/jquery.htmlstream.js"></script>
 <script>
        /* ajax updater */
                <h3>Your friendica installation is not writable by web server.</h3>
                {{if $canftp}}
                        <p>You can try to update via FTP</p>
-                       {{include file="file:{{$field_input}}" field=$ftphost}}
-                       {{include file="file:{{$field_input}}" field=$ftppath}}
-                       {{include file="file:{{$field_input}}" field=$ftpuser}}
-                       {{include file="file:{{$field_password}}" field=$ftppwd}}
+                       {{include file="field_input.tpl" field=$ftphost}}
+                       {{include file="field_input.tpl" field=$ftppath}}
+                       {{include file="field_input.tpl" field=$ftpuser}}
+                       {{include file="field_password.tpl" field=$ftppwd}}
                        <div class="submit"><input type="submit" name="remoteupdate" value="{{$submit}}" /></div>
                {{/if}}
        {{/if}}