lotsofes/helpers/piwik.php
2015-03-15 15:02:36 +01:00

8 lines
142 B
PHP

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