Thread: search logs
View Single Post
Old 07-16-2004, 04:17 AM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
You can easily fix this in phpdig. Just find the following statement in config.php:
PHP Code:
define('PHPDIG_LOGS',true); 
and replace it with:
PHP Code:
define('PHPDIG_LOGS',false); 
vinyl-junkie is offline   Reply With Quote