diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/template.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index a17d16f56..be1ffd6d4 100644 --- a/inc/template.php +++ b/inc/template.php @@ -877,7 +877,8 @@ function tpl_img($maxwidth=900,$maxheight=700){ function tpl_indexerWebBug(){ global $ID; $p = array(); - $p['src'] = DOKU_BASE.'lib/exe/indexer.php?id='.urlencode($ID); + $p['src'] = DOKU_BASE.'lib/exe/indexer.php?id='.urlencode($ID). + '&'.time(); $p['width'] = 1; $p['height'] = 1; $p['alt'] = ''; |