diff options
-rwxr-xr-x | apt-panopticon-report-web.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 42a08ee..ebc0e66 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua | |||
@@ -257,7 +257,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
257 | "Refer to the logs below for details.</p>\n\n" .. | 257 | "Refer to the logs below for details.</p>\n\n" .. |
258 | "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" .. | 258 | "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" .. |
259 | "<h2>==== mirror status: ====</h2>\n<table>\n" .. | 259 | "<h2>==== mirror status: ====</h2>\n<table>\n" .. |
260 | "<tr><th></th><th>http</th><th>https</th><th>DNS-RR</th><th>Protocol</th><th>URL-Sanity</th><th>Integrity</th><th>Updated</th></tr>\n" | 260 | "<tr><th></th><th>HTTP</th><th>HTTPS</th><th>DNS round robin</th><th>Protocol</th><th>URL sanity</th><th>Integrity</th><th>Updated</th></tr>\n" |
261 | ) | 261 | ) |
262 | for k, v in orderedPairs(mirrors) do | 262 | for k, v in orderedPairs(mirrors) do |
263 | local results = loadfile("results/" .. k .. ".lua")() | 263 | local results = loadfile("results/" .. k .. ".lua")() |