Make piwik.php generic. Todo: Put that stuff into some kind of config file.
This commit is contained in:
parent
28adbdad84
commit
a67fc58de5
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue