Fix white screen error
This commit is contained in:
parent
604212226c
commit
28adbdad84
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once "../lib/PiwikTracker.php";
|
||||
require_once "lib/PiwikTracker.php";
|
||||
$t = new PiwikTracker('7','http://stats.klaus-uwe.me/');
|
||||
$t->doTrackPageView('Lots of E\'s');
|
||||
|
||||
|
|
Loading…
Reference in a new issue