1<?php 2 3/** 4 * Place for user defined web analytics software codes/tags 5 * 6 * Tools like Piwik and Google Analytics normally provide a small code snippet 7 * ("tag") which you have to include at your website to make everything work. 8 * This file exists to make this easier for you. You don't have to deliberate 9 * where you have to copy and paste the code, simply do it here. 10 * 11 * Rename this file from tracker.php.dist to tracker.php 12 * 13 * Usage: Copy and paste the needed code/tag AFTER the closing "?>" 14 * 15 * 16 * LICENSE: This file is open source software (OSS) and may be copied under 17 * certain conditions. See COPYING file for details or try to contact 18 * the author(s) of this file in doubt. 19 * 20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 21 * @author Andreas Haerter <development@andreas-haerter.com> 22 * @link http://piwik.org/ 23 * @link http://www.google.com/analytics/ 24 * @link http://www.dokuwiki.org/template:vector 25 * @link http://www.dokuwiki.org/devel:configuration 26 */ 27 28 29//check if we are running within the DokuWiki environment 30if (!defined("DOKU_INC")){ 31 die(); 32} 33 34//place the needed source codes BELOW this line 35