This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
plugin_tutorial_config [2012/10/05 19:51] Christoph M. Becker [Plugin Tutorial: Configuration] |
plugin_tutorial_config [2018/10/26 15:33] (current) |
||
---|---|---|---|
Line 15: | Line 15: | ||
To use the config variable change line 7 of index.php to | To use the config variable change line 7 of index.php to | ||
<code=php>define('VISITORS_DURATION', $plugin_cf['visitors_online']['duration']*60);</code> | <code=php>define('VISITORS_DURATION', $plugin_cf['visitors_online']['duration']*60);</code> | ||
+ | |||
+ | TODO: help texts | ||
===== Important Rules ===== | ===== Important Rules ===== |