11 lines
389 B
PHP
11 lines
389 B
PHP
<?php
|
|
$phpcountConfig["db"]["host"] = "localhost";
|
|
$phpcountConfig["db"]["name"] = "cwsvjudo";
|
|
$phpcountConfig["db"]["user"] = "cwsvjudo";
|
|
$phpcountConfig["db"]["password"] = "***REMOVED***";
|
|
|
|
$phpcountConfig["db"]["hitsTable"] = "phpcount_hits";
|
|
$phpcountConfig["db"]["nodupesTable"] = "phpcount_nodupes";
|
|
$phpcountConfig["db"]["pagehitsTable"] = "phpcount_pageHits";
|
|
?>
|