##// END OF EJS Templates
hgweb: disable cgitb by default in hgwebdir.fcgi too
Maxim Dounin -
r6085:e1f11b8a default
parent child Browse files
Show More
@@ -9,9 +9,9 b''
9 9 # enable demandloading to reduce startup time
10 10 from mercurial import demandimport; demandimport.enable()
11 11
12 # send python tracebacks to the browser if an error occurs:
13 import cgitb
14 cgitb.enable()
12 # Uncomment to send python tracebacks to the browser if an error occurs:
13 #import cgitb
14 #cgitb.enable()
15 15
16 16 # If you'd like to serve pages with UTF-8 instead of your default
17 17 # locale charset, you can do so by uncommenting the following lines.
General Comments 0
You need to be logged in to leave comments. Login now