From abe20b853c6a996e7e044fcfe78cf2661293bee5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 7 Dec 2005 22:08:24 +0000 Subject: * Fix page title * Make white space consistent after execute command --- usr/local/www/exec.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'usr') diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index e711778..3dc6002 100755 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -25,7 +25,6 @@ if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) { } require("guiconfig.inc"); -require("head.inc"); conf_mount_rw(); @@ -52,7 +51,6 @@ $arrDT = localtime(); $intYear = $arrDT[5] + 1900; $pgtitle = "Diagnostics: Execute command"; -$closehead = false; include("head.inc"); ?> @@ -232,10 +230,6 @@ if (!isBlank($_POST['txtPHPCommand'])) { - - - - @@ -284,7 +278,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {

- Example: interfaces_carp_bring_up_final(); + Example: interfaces_carp_bring_up_final(); -- cgit v1.1