- pageHits werden jetzt einzeln mit Zeit geloggt

modified:   homepage/redesign2018/markdownExperiment/admin/phpcount/phpcountLog.php
	modified:   homepage/redesign2018/markdownExperiment/config/phpcount.config.php
This commit is contained in:
marko
2018-09-03 14:37:16 +02:00
parent 38a7190b62
commit 59b35c4160
2 changed files with 17 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ $phpcountConfig["db"]["name"] = "cwsvjudo";
$phpcountConfig["db"]["user"] = "cwsvjudo";
$phpcountConfig["db"]["password"] = "Dee4oquu";
$phpcountConfig["db"]["hitsTable"] = "phpcount_hits";
$phpcountConfig["db"]["nodupesTable"] = "phpcount_nodupes";
$phpcountConfig["db"]["hitsTable"] = "phpcount_hits";
$phpcountConfig["db"]["nodupesTable"] = "phpcount_nodupes";
$phpcountConfig["db"]["pagehitsTable"] = "phpcount_pageHits";
?>