From 3b9fbb12b8bae108e9b5ca4d790c685c2ebdc520 Mon Sep 17 00:00:00 2001
From: Manuel Munz
Date: Sun, 28 Aug 2011 16:18:21 +0000
Subject: [PATCH] modules/admin_system: Add note to step2 of firmware flashing
telling the user if configuration is kept or not, thanks hnyman (#298)
---
modules/admin-full/luasrc/view/admin_system/upgrade.htm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/modules/admin-full/luasrc/view/admin_system/upgrade.htm b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
index 1083a16188..372fa5971d 100644
--- a/modules/admin-full/luasrc/view/admin_system/upgrade.htm
+++ b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
@@ -78,6 +78,11 @@ $Id$
))
end
%>
+ <% if keepconfig then %>
+ <%:Configuration files will be kept.%>
+ <% else %>
+ <%:Note: Configuration files will be erased.%>
+ <% end %>
--
2.30.2