Skip to content
Snippets Groups Projects
Commit d4228d2d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

popularity plugin: send info on autosend

Added information about the autosubmitting feature of the popularity
plugin itself.
parent b2a330ca
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ class helper_plugin_popularity extends Dokuwiki_Plugin {
$data['popversion'] = $this->version;
$data['language'] = $conf['lang'];
$data['now'] = time();
$data['popauto'] = (int) $this->isAutoSubmitEnabled();
// some config values
$data['conf_useacl'] = $conf['useacl'];
......
base popularity
author Andreas Gohr
email andi@splitbrain.org
date 2010-12-09
date 2011-08-18
name Popularity Feedback Plugin
desc Send anonymous data about your wiki to the developers.
url http://www.dokuwiki.org/plugin:popularity
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment