Topic: how to show that ?

i see some board have a [ Generated in 0.131 seconds, 15 queries executed ] in the footer

how can i do that ?

2

Re: how to show that ?

It's in /include/common.php:

// Enable DEBUG mode by removing // from the following line
define('PUN_DEBUG', 1);

Re: how to show that ?

Keep in mind that it will also show more detailed error messages if something goes wrong: you might not want the average user to see it (or the average hacker to see it and try to take advantage of it)