lotsofes/helpers/piwik.php

8 lines
142 B
PHP
Raw Normal View History

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