web/archive.cgi: disable cgitb by default.
The Archivist ought to be stable enough...
This commit is contained in:
parent
9e51f9b9d7
commit
44aa9d52d1
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ import time
|
||||||
import calendar
|
import calendar
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import rlgalldb as rlgall
|
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
|
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>
|
the game was spread across? The Archivist can find them all for you.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue