Mercurial > hg > rlgallery-misc
changeset 6:4778ab7de7aa
web/archive.cgi: disable cgitb by default.
The Archivist ought to be stable enough...
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Sun, 19 Aug 2012 15:28:28 -0700 |
parents | a583700c0ca4 |
children | 64272fc2350c |
files | web/archive.cgi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/web/archive.cgi Sun Aug 19 15:26:18 2012 -0700 +++ b/web/archive.cgi Sun Aug 19 15:28:28 2012 -0700 @@ -7,9 +7,9 @@ import calendar from datetime import datetime import rlgalldb as rlgall -import cgitb +#import cgitb -cgitb.enable() +#cgitb.enable() infop = """<p>Looking for ttyrec files? Don't like digging through Web directory listings, converting time zones in your head, or guessing how many files the game was spread across? The Archivist can find them all for you.</p>