diff options
| author | Pete <pete@debu.gs> | 2024-04-16 18:40:48 -0700 |
|---|---|---|
| committer | Pete <pete@debu.gs> | 2024-04-16 18:40:48 -0700 |
| commit | 483e583533c6b66ed0117a6ca16b9426f5af1b70 (patch) | |
| tree | 1a450c2d8ec3ca80ba3122c3524f2b94e14dddea | |
| parent | 46b21f56c443752954208d8b75b1a6f0154cd86a (diff) | |
Remove the commented-out buggy lines.
| -rw-r--r-- | appl/svc/httpd/httpd.b | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appl/svc/httpd/httpd.b b/appl/svc/httpd/httpd.b index d2f5f5e5..20d48f10 100644 --- a/appl/svc/httpd/httpd.b +++ b/appl/svc/httpd/httpd.b @@ -506,8 +506,6 @@ senddir(g: ref Private_info,vers,uri: string, fd: ref FD, mydir: ref Dir) g.bout.puts("<table>\n"); for(i := 0; i < n; i++){ (typ, enc) := classify(a[i]); - #g.bout.puts(sys->sprint("<tr><td><a href=\"%s%s\">%s</A></td>", - # myname, a[i].name, a[i].name)); g.bout.puts(sys->sprint("<tr><td><a href=\"%s\">%s</A></td>", a[i].name, a[i].name)); if(typ != nil){ |
