From 300ed326f32c054097e81e2eae9301abafc8696b Mon Sep 17 00:00:00 2001 From: zone Date: Tue, 28 Aug 2001 07:58:06 +0000 Subject: [PATCH] Make sure the Execute button doesn't show up if they don't want it to --- filemanager/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filemanager/index.php b/filemanager/index.php index 991fa2b15e..d3a1a8344b 100755 --- a/filemanager/index.php +++ b/filemanager/index.php @@ -1016,11 +1016,11 @@ if (!$op && !$delete && !$createdir && !$renamefiles && !$move && !$copy && !$ed html_break (2); html_form_input ("text", "command_line", NULL, NULL, 50); html_help_link ("command_line"); - } - html_break (1); - html_form_input ("submit", "execute", "Execute"); - html_help_link ("execute"); + html_break (1); + html_form_input ("submit", "execute", "Execute"); + html_help_link ("execute"); + } html_form_end ();