lotsofes/helpers/piwik.php

8 lines
145 B
PHP
Raw Normal View History

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