Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Python - Exception CGI Redirect

// Reindirizza gli errori di uno script CGI in un file random nella cartella /tmp

import cgitb; cgitb.enable(display=0, logdir='/tmp')
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS