aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.lua
diff options
context:
space:
mode:
authoronefang2019-11-27 20:03:09 +1000
committeronefang2019-11-27 20:03:09 +1000
commite23d062052968fd315f20da110c42e108aa35bd9 (patch)
tree3f39337848df51e23dff5a4883f0a82d78c6aa79 /apt-panopticon-report-web.lua
parentUpdate the email report to match the web report. (diff)
downloadapt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.zip
apt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.tar.gz
apt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.tar.bz2
apt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.tar.xz
Add a link to the source code.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-web.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua
index 4064ec1..9a90860 100755
--- a/apt-panopticon-report-web.lua
+++ b/apt-panopticon-report-web.lua
@@ -355,6 +355,7 @@ if nil == file then C("opening mirrors file - " .. e) else
355 file:write( "\n<br>\n\n" .. 355 file:write( "\n<br>\n\n" ..
356 "<p>The <a href='Report-email.txt'>email report</a>.</p>" .. 356 "<p>The <a href='Report-email.txt'>email report</a>.</p>" ..
357 "<p>All <a href='../results'>the logs and other output</a>.</p>" .. 357 "<p>All <a href='../results'>the logs and other output</a>.</p>" ..
358 "<p>You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>" ..
358 "</body></html>\n") 359 "</body></html>\n")
359 file:close() 360 file:close()
360end 361end