Skip to content
Snippets Groups Projects
Commit 5b429b7b authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

renamed statistics configuration file

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1303 44740490-163a-0410-bde0-09ae8108e29a
parent 9959ea42
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,7 @@ Here you can see that I collect statistics in one file for several installations
## Configure the statistics module
First enable the statistics module, as you enable any other
module:
First enable the statistics module, as you enable any other module:
cd modules/statistics
touch enable
......
......@@ -19,7 +19,7 @@ class sspmod_statistics_Aggregator {
public function __construct() {
$this->config = SimpleSAML_Configuration::getInstance();
$this->statconfig = $this->config->copyFromBase('statconfig', 'statistics.php');
$this->statconfig = $this->config->copyFromBase('statconfig', 'module_statistics.php');
$this->statdir = $this->statconfig->getValue('statdir');
$this->inputfile = $this->statconfig->getValue('inputfile');
......
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