aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-03 06:33:50 +1000
committeronefang2019-12-03 06:33:50 +1000
commit7039c3106b54ce43255e1c5f83aade55051b50fc (patch)
tree194de6b603c9fd80d40d9691b4ada816df7cc15c /apt-panopticon-report-email-web.lua
parentUpdate dependencies. (diff)
downloadapt-panopticon-7039c3106b54ce43255e1c5f83aade55051b50fc.zip
apt-panopticon-7039c3106b54ce43255e1c5f83aade55051b50fc.tar.gz
apt-panopticon-7039c3106b54ce43255e1c5f83aade55051b50fc.tar.bz2
apt-panopticon-7039c3106b54ce43255e1c5f83aade55051b50fc.tar.xz
Speed range.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 131c803..03970ac 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -413,7 +413,7 @@ if nil == web then C("opening mirrors file - " .. e) else
413 "<p>Mirrors with a <font style='background-color:dimgrey'>grey background</font> are not active (though may be usable as part of the DNS-RR).</p>\n" .. 413 "<p>Mirrors with a <font style='background-color:dimgrey'>grey background</font> are not active (though may be usable as part of the DNS-RR).</p>\n" ..
414 "<p>[<font color='grey'><b>skip</b></font>] means that the test hasn't been written yet.</p>\n" .. 414 "<p>[<font color='grey'><b>skip</b></font>] means that the test hasn't been written yet.</p>\n" ..
415 "<table>\n<tr><th></th><th>FTP</th><th>HTTP</th><th>HTTPS</th><th>RSYNC</th><th>DNS round robin</th>" .. 415 "<table>\n<tr><th></th><th>FTP</th><th>HTTP</th><th>HTTPS</th><th>RSYNC</th><th>DNS round robin</th>" ..
416 "<th>Protocol</th><th>URL sanity</th><th>Integrity</th><th>Updated</th><th colspan='2'>Speed</th></tr>\n" 416 "<th>Protocol</th><th>URL sanity</th><th>Integrity</th><th>Updated</th><th colspan='2'>Speed range</th></tr>\n"
417 ) 417 )
418 for k, v in orderedPairs(mirrors) do 418 for k, v in orderedPairs(mirrors) do
419 local results = loadfile("results/" .. k .. ".lua")() 419 local results = loadfile("results/" .. k .. ".lua")()