From 44aa9d52d1a7de539d463b9d78fb5edc08e77ca1 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sun, 19 Aug 2012 15:28:28 -0700 Subject: [PATCH] web/archive.cgi: disable cgitb by default. The Archivist ought to be stable enough... --- web/archive.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/archive.cgi b/web/archive.cgi index 3b3b058..a6896dc 100755 --- a/web/archive.cgi +++ b/web/archive.cgi @@ -7,9 +7,9 @@ import time import calendar from datetime import datetime import rlgalldb as rlgall -import cgitb +#import cgitb -cgitb.enable() +#cgitb.enable() infop = """

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.