Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 31ef2c4

Browse files
committed
ENH: refs #0339. Add message about curl being required in statistics module
1 parent 73b4125 commit 31ef2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statistics/views/config/index.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config
3131
To install it: <a href="http://piwik.org/docs/installation/" target='_blank'>http://piwik.org/docs/installation/</a><br/><br/>
3232
This module requires an IPInfoDb API key.<br/>
3333
To get one, create an account at: <a href="http://www.ipinfodb.com/register.php" target='_blank'>http://www.ipinfodb.com/register.php</a><br/><br/>
34+
This module requires PHP curl to be enabled on the server.<br/><br/>
3435
<?php
3536
echo "
3637
<form class='genericForm' id='configForm' method='{$this->configForm['method']}' action='{$this->configForm['action']}'>

0 commit comments

Comments
 (0)