lotsofes/helpers/piwik.php

7 lines
145 B
PHP

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