Thread
:
search logs
View Single Post
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
View Public Profile
Find More Posts by vinyl-junkie