diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-08-23 18:34:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-08-23 18:34:50 +0200 |
commit | e68c51bac31594213f669a7700b21ac8b87df959 (patch) | |
tree | decd575b4d02a63e378f1e7b1ac133f6558b3766 /inc/template.php | |
parent | 1a54dfab2dc24df347bedc71b1d828855d83b89f (diff) | |
download | rpg-e68c51bac31594213f669a7700b21ac8b87df959.tar.gz rpg-e68c51bac31594213f669a7700b21ac8b87df959.tar.bz2 |
added missing indexer file
darcs-hash:20050823163450-7ad00-5ed5b87ee1898281090bb3170498866dbc18cb24.gz
Diffstat (limited to 'inc/template.php')
-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'] = ''; |