aboutsummaryrefslogtreecommitdiffstats
path: root/config/autoconfigbackup/autoconfigbackup.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-05-19 18:43:19 -0400
committerChris Buechler <cmb@pfsense.org>2009-05-19 18:43:19 -0400
commitc00b2eda18bc69c36ace22fb8d0ccfe40aaa2125 (patch)
tree33d7c972a3c05a2a7b8ecb7d209d30a480cbb29d /config/autoconfigbackup/autoconfigbackup.php
parenta4d14c5335875c21027df567de14a04c3bf8ee00 (diff)
downloadpfsense-packages-c00b2eda18bc69c36ace22fb8d0ccfe40aaa2125.tar.gz
pfsense-packages-c00b2eda18bc69c36ace22fb8d0ccfe40aaa2125.tar.bz2
pfsense-packages-c00b2eda18bc69c36ace22fb8d0ccfe40aaa2125.zip
fix typos
Diffstat (limited to 'config/autoconfigbackup/autoconfigbackup.php')
-rw-r--r--config/autoconfigbackup/autoconfigbackup.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.php b/config/autoconfigbackup/autoconfigbackup.php
index 4f143adb..0af10b31 100644
--- a/config/autoconfigbackup/autoconfigbackup.php
+++ b/config/autoconfigbackup/autoconfigbackup.php
@@ -124,7 +124,7 @@ function get_hostnames() {
if ($input_errors)
print_input_errors($input_errors);
if($hostname <> $myhostname)
- print_info_box("Warning! You are currently viewing an alternate hosts backup history ($hostname)");
+ print_info_box("Warning! You are currently viewing an alternate host's backup history ($hostname)");
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<div id="loading">
@@ -204,7 +204,7 @@ function get_hostnames() {
$ondisksha256 = trim(`/sbin/sha256 /tmp/config_restore.xml | awk '{ print $4 }'`);
if($sha256 != "0" && $sha256 != "") // we might not have a sha256 on file for older backups
if($ondisksha256 <> $sha256)
- $input_errors[] = "SHA256 values does not match, cannot restore.";
+ $input_errors[] = "SHA256 values do not match, cannot restore.";
if (curl_errno($curl_session)) {
/* If an error occured, log the error in /tmp/ */
$fd = fopen("/tmp/acb_restoredebug.txt", "w");
@@ -362,7 +362,7 @@ EOF;
if($counter == 0)
echo "<tr><td colspan='3'><center>Sorry, we could not locate any backups at portal.pfsense.org for this hostname ({$hostname}).</td></tr>";
else
- echo "<tr><td colspan='3'><center><br/>Backups hosted currently for this hostname on portalpfsense.org: {$counter}.</td></tr>";
+ echo "<tr><td colspan='3'><center><br/>Backups hosted currently for this hostname on portal.pfsense.org: {$counter}.</td></tr>";
?>
</table>
</div>