From 6088f2b3fe5384f8f0bae1a7842ff8ed98a0f1ee Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 17 Jun 2009 12:56:55 +0000 Subject: modules/admin-full, modules/admin-mini: set appropriate mime type for luci-flash output --- modules/admin-full/luasrc/controller/admin/system.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/admin-full/luasrc/controller/admin') diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua index 9f66f17d30..39fe16a7f3 100644 --- a/modules/admin-full/luasrc/controller/admin/system.lua +++ b/modules/admin-full/luasrc/controller/admin/system.lua @@ -266,6 +266,9 @@ function action_upgrade() -- previous pages should arrange the stuff as required. if step == 4 then if has_platform and has_image and has_support then + -- Mimetype text/plain + luci.http.prepare_content("text/plain") + -- Now invoke sysupgrade local keepcfg = keep_avail and luci.http.formvalue("keepcfg") == "1" local fd = io.popen("/sbin/luci-flash %s %q" %{ -- cgit v1.2.3