Files
cwsvJudo/homepage/config/phpcount.config.php
2021-12-20 19:10:55 +01:00

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";
?>