View Single Post
Old 07-05-2004, 08:23 PM   #30
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Quote:
Originally posted by shinji
another bug(?) i've found:

whenever someone searched for something and clicks on one of the results he gets the htpassword-prompt "Administration-1736 PhpDig" and the result
Hi, and thanks. This happens when define('PHPDIG_ADM_AUTH','1'); is set in the config file. Just comment out the following code in the clickstats.php file:
PHP Code:
if (is_file("$relative_script_path/libs/auth.php")) {
    include 
"$relative_script_path/libs/auth.php";
}
else {
    die(
"Cannot find auth.php file.\n");

__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline