equal
deleted
inserted
replaced
22 |
22 |
23 ************************************************************************/ |
23 ************************************************************************/ |
24 |
24 |
25 |
25 |
26 // Enable DEBUG mode by removing // from the following line |
26 // Enable DEBUG mode by removing // from the following line |
27 define('PUN_DEBUG', 1); |
27 // define('PUN_DEBUG', 1); |
28 |
28 |
29 // This displays all executed queries in the page footer. |
29 // This displays all executed queries in the page footer. |
30 // DO NOT enable this in a production environment! |
30 // DO NOT enable this in a production environment! |
31 //define('PUN_SHOW_QUERIES', 1); |
31 //define('PUN_SHOW_QUERIES', 1); |
32 |
32 |