summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-20 18:44:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-20 18:44:07 +0000
commit3bfb54ac6ac575843fe6dae0f6fc1d034b40aef9 (patch)
treecc9edfbfd667bdcffb1d638588c54639f95f9032 /usr/local/www/guiconfig.inc
parent42356e4bbe8bb2b8c2d4a9415d91943baf97407a (diff)
downloadpfsense-3bfb54ac6ac575843fe6dae0f6fc1d034b40aef9.zip
pfsense-3bfb54ac6ac575843fe6dae0f6fc1d034b40aef9.tar.gz
$lastseen should be a global variable
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 4f0a77a..527625d 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -538,7 +538,7 @@ function read_header($ch, $string) {
}
function read_body($ch, $string) {
- global $fout, $file_size, $downloaded, $counter, $sendto, $static_output;
+ global $fout, $file_size, $downloaded, $counter, $sendto, $static_output, $lastseen;
$length = strlen($string);
$downloaded += intval($length);
$downloadProgress = round(100 * (1 - $downloaded / $file_size), 0);
OpenPOWER on IntegriCloud