View Single Post
Old 02-09-2004, 01:58 PM   #1
tomas
Orange Mole
 
Join Date: Feb 2004
Posts: 47
Lightbulb phpdig search results turbo

hello charter,

a little idea making phpdig a bit faster:

config.php - line 292:
if (!headers_sent()) {
ob_start("ob_gzhandler");
header('Content-type:text/html; Charset='.PHPDIG_ENCODING);
}

what do you think about a variable-switch in config-file ???


kind regards
tomas
tomas is offline   Reply With Quote