]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/install_db.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / smarty3 / install_db.tpl
index 3d9a107fe25aee7c9978f5992a27f07e3f255993..944666c6a5d1571cec2f3713ea2bd0e611e78d76 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 
 <h1>{{$title}}</h1>
 <h2>{{$pass}}</h2>
 <input type="hidden" name="phpath" value="{{$phpath}}" />
 <input type="hidden" name="pass" value="3" />
 
-{{include file="file:{{$field_input}}" field=$dbhost}}
-{{include file="file:{{$field_input}}" field=$dbuser}}
-{{include file="file:{{$field_password}}" field=$dbpass}}
-{{include file="file:{{$field_input}}" field=$dbdata}}
+{{include file="field_input.tpl" field=$dbhost}}
+{{include file="field_input.tpl" field=$dbuser}}
+{{include file="field_password.tpl" field=$dbpass}}
+{{include file="field_input.tpl" field=$dbdata}}
 
 
 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" />