diff options
author | Steven Barth <steven@midlink.org> | 2008-05-17 10:00:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-17 10:00:44 +0000 |
commit | 6eae1a0103a3d12dee4bc8753efee88af203dff3 (patch) | |
tree | be2c3176005ce796203c500d619e1e3b36136f01 /modules | |
parent | 357ba22175225ca40cfcffd1f61cc4621ff13dbe (diff) |
* Generalized dispatcher handling
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-core/src/view/admin_system/upgrade.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-core/src/view/admin_system/upgrade.htm b/modules/admin-core/src/view/admin_system/upgrade.htm index 598002890..185e03124 100644 --- a/modules/admin-core/src/view/admin_system/upgrade.htm +++ b/modules/admin-core/src/view/admin_system/upgrade.htm @@ -5,7 +5,7 @@ Das Format der Firmware ist plattformabhängig.%></p> <br /> <% if sysupgrade and not ret then %> -<form method="post" action="<%=controller%>-upload/admin/system/upgrade" enctype="multipart/form-data"> +<form method="post" action="<%=uploadctrl%>/admin/system/upgrade" enctype="multipart/form-data"> <div class="cbi-section-node"> <div class="cbi-value clear"> <div class="cbi-value-title left"><%:fwimage Firmwareimage%></div> |