diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-07 22:08:24 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-07 22:08:24 +0000 |
commit | abe20b853c6a996e7e044fcfe78cf2661293bee5 (patch) | |
tree | 1ffa53c45836983d88581dbc37918ef24a30e9d3 /usr/local/www/exec.php | |
parent | 2fa442fb8e3aa6eab05a41207030b76f5b368077 (diff) | |
download | pfsense-abe20b853c6a996e7e044fcfe78cf2661293bee5.zip pfsense-abe20b853c6a996e7e044fcfe78cf2661293bee5.tar.gz |
* Fix page title
* Make white space consistent after execute command
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-x | usr/local/www/exec.php | 8 |
1 files changed, 1 insertions, 7 deletions
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'])) { <input type="button" class="button" value="Clear" onClick="return Reset_onClick( this.form );"> </td> </tr> - <tr> - <td height="8"></td> - <td></td> - </tr> <tr> <td colspan="2" valign="top" height="16"></td> </tr> @@ -284,7 +278,7 @@ if (!isBlank($_POST['txtPHPCommand'])) { <td valign="top" class="label"> <input type="submit" class="button" value="Execute"> <p> - <b>Example:</b> interfaces_carp_bring_up_final(); + <strong>Example:</strong> interfaces_carp_bring_up_final(); </td> </tr> |