summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-22 00:08:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-22 00:08:22 +0000
commit3485022c9036364c63d5dfbfe5a0849a62249701 (patch)
treee4a7a9ed0fad2d2322a81962a4076c7cdfe67f15
parent5f18c7fef4ca7bbebbf4ca7c5de25d984c897aec (diff)
downloadpfsense-3485022c9036364c63d5dfbfe5a0849a62249701.zip
pfsense-3485022c9036364c63d5dfbfe5a0849a62249701.tar.gz
* Version bump
* Correct input box size
-rw-r--r--etc/version2
-rwxr-xr-xusr/local/www/system_firmware_check.php8
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/version b/etc/version
index 00ef08b..3ff1523 100644
--- a/etc/version
+++ b/etc/version
@@ -1 +1 @@
-0.61-EjectEjectEject \ No newline at end of file
+0.61.1-EjectEjectEject \ No newline at end of file
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 8f49ad5..bbb6958 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -108,7 +108,7 @@ function old_checkversion() {
<table id="progholder" name="progholder" height='20' border='1' bordercolor='black' width='420' bordercolordark='#000000' bordercolorlight='#000000' style='border-collapse: collapse' colspacing='2' cellpadding='2' cellspacing='2'><tr><td><img border='0' src='progress_bar.gif' width='280' height='23' name='progressbar' id='progressbar'></td></tr></table>
<br>
<!-- status box -->
- <input name="status" id="status" value="Checking version information...">
+ <input size="60" name="status" id="status" value="Checking version information...">
<!-- command output box -->
<textarea border='1' bordercolordark='#000000' bordercolorlight='#000000' cols='60' rows='5' name='output' id='output' wrap='hard'>
</textarea>
@@ -186,11 +186,11 @@ if($use_old_checkversion == false) {
$firmwarename=$g['firmwarefilename'];
}
} elseif($versions == "") {
- update_output_window("Using old checkversion method. You are running the latest version of pfSense.");
+ update_output_window("You are running the latest version of pfSense.");
} elseif(is_null($versions)) {
- update_output_window("Using old checkversion method. Unable to receive version information from pfSense.com.");
+ update_output_window("Unable to receive version information from pfSense.com.");
} else {
- update_output_window("Using old checkversion method. An unknown error occurred.");
+ update_output_window("An unknown error occurred.");
}
}
OpenPOWER on IntegriCloud