Make piwik.php generic. Todo: Put that stuff into some kind of config file.

This commit is contained in:
Klaus-Uwe Mitterer 2016-07-14 11:00:42 +02:00
parent 28adbdad84
commit a67fc58de5

View file

@ -1,7 +1,7 @@
<?php
require_once "lib/PiwikTracker.php";
$t = new PiwikTracker('7','http://stats.klaus-uwe.me/');
$t = new PiwikTracker('0','https://stats.example.com/');
$t->doTrackPageView('Lots of E\'s');
?>