aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon-report-email-web.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 12a3960..9faf476 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -316,6 +316,7 @@ if nil == web then C("opening mirrors file - " .. e) else
316 end 316 end
317 web:write( '</head><body bgcolor="black" text="white">' .. 317 web:write( '</head><body bgcolor="black" text="white">' ..
318 "<h1>Welcome to the apt-panopticon results page.</h1>\n" .. 318 "<h1>Welcome to the apt-panopticon results page.</h1>\n" ..
319 "<p>Here the apt-panopticon system probes into every nook and cranny of the Devuan apt package mirror system, trying to live up to it's name.</p>" ..
319 "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n") 320 "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n")
320 if 0 < tonumber(APT.options.refresh.value) then 321 if 0 < tonumber(APT.options.refresh.value) then
321 web:write( '<p>This page will refresh every ' .. (APT.options.refresh.value / 60) .. ' minutes.</p>') 322 web:write( '<p>This page will refresh every ' .. (APT.options.refresh.value / 60) .. ' minutes.</p>')