# HG changeset patch
# User John "Elwin" Edwards <elwin@sdf.org>
# Date 1345415308 25200
# Node ID 4778ab7de7aa4af4d7dfb35ee70a5b147a0654bd
# Parent  a583700c0ca43175776910b4515fad9b29581ac3
web/archive.cgi: disable cgitb by default.

The Archivist ought to be stable enough...

diff -r a583700c0ca4 -r 4778ab7de7aa web/archive.cgi
--- 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>