summaryrefslogtreecommitdiffstats
path: root/usr/local/www/upload_progress.php
diff options
context:
space:
mode:
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