diff options
Diffstat (limited to 'info.cgi')
-rwxr-xr-x | info.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,5 +14,8 @@ if not sch.valid_fname(fname): sch.error("Fuck off!") sch.print_header("File Info for '%s'" % fname) + +print '<p><a href="%s/%s">Download the file</a></p>' % (sch.repository_directory, fname) + sch.run_proc('%s --info "%s/%s" ' % (sch.syrep_binary, sch.repository_directory, fname)) sch.print_footer() |