diff options
Diffstat (limited to 'interfaces-read-html.lsp')
-rw-r--r-- | interfaces-read-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp index a03a6d4..5094332 100644 --- a/interfaces-read-html.lsp +++ b/interfaces-read-html.lsp @@ -56,5 +56,5 @@ end %> <DL> <P class="error">WARNING!!! Restarting networking may cause the ACF web interface to stop functioning. Try refreshing this page after restarting. If that fails, you may have to use terminal access to recover.</P> <DT>Restart Networking</DT> -<DD><form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/restart?redir=read&submit=true") %>"><input class="submit" type="submit" name="submit" value="Restart"></form></DD> +<DD><form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/restart?redir=read") %>"><input class="submit" type="submit" name="submit" value="Restart"></form></DD> </DL> |