diff options
Diffstat (limited to '')
| -rwxr-xr-x | apt-panopticon-report-web.lua | 1 |
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() |
| 360 | end | 361 | end |
