summaryrefslogtreecommitdiffstats
path: root/usr/local/www/upload_progress.php
diff options
context:
space:
mode:
authorLarry Gilbert <larry@l2g.to>2010-06-12 17:02:41 -0700
committerLarry Gilbert <larry@l2g.to>2010-06-12 17:07:52 -0700
commit22a11a582f8569a055afa8fb386bd455aef38245 (patch)
tree3f8595573f36ed33d9114518d2625c34478ef0f2 /usr/local/www/upload_progress.php
parent574b56bd9eb72e498ea869397d12f234350b793d (diff)
downloadpfsense-22a11a582f8569a055afa8fb386bd455aef38245.zip
pfsense-22a11a582f8569a055afa8fb386bd455aef38245.tar.gz
Fix some errors in spelling, punctuation, grammar, etc.
Diffstat (limited to 'usr/local/www/upload_progress.php')
-rw-r--r--usr/local/www/upload_progress.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/upload_progress.php b/usr/local/www/upload_progress.php
index 3559ac5..8a27b64 100644
--- a/usr/local/www/upload_progress.php
+++ b/usr/local/www/upload_progress.php
@@ -41,7 +41,7 @@ include("guiconfig.inc");
// sanitize the ID value
$id = $_SESSION['uploadid'];
if (!$id) {
- echo "Sorry, we could not find a uploadid code.";
+ echo "Sorry, we could not find an uploadid code.";
exit;
}
OpenPOWER on IntegriCloud