punbb/include/common.php
changeset 3 c0c445d4a13e
parent 2 a8a21e1c7afa
child 4 eb9ed4c366d0
--- a/punbb/include/common.php	Thu Jul 12 01:04:01 2007 -0400
+++ b/punbb/include/common.php	Thu Jul 12 15:00:35 2007 -0400
@@ -23,11 +23,11 @@
 ************************************************************************/
 
 // Enable DEBUG mode by removing // from the following line
-//define('PUN_DEBUG', 1);
+define('PUN_DEBUG', 1);
 
 // This displays all executed queries in the page footer.
 // DO NOT enable this in a production environment!
-//define('PUN_SHOW_QUERIES', 1);
+define('PUN_SHOW_QUERIES', 1);
 
 if (!defined('PUN_ROOT'))
 	exit('The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory.');