some bugfixes machs
This commit is contained in:
10
homepage/config/phpcount.config.php
Normal file
10
homepage/config/phpcount.config.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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";
|
||||
?>
|
||||
Reference in New Issue
Block a user