diff --git a/README.md b/README.md index 8b98b737af9755593e18f9ad8b88af62a7a719c4..99c681d5e6c934a782e73fa8494cbff02d4e1d88 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ Module for simpleSAMLphp which shows Proxy IdP/SP statistics Guide for use module statistic 1. Install MySQL Database and create database for statistics and user. -2. For this database run script to create tables. Script is available in config-templates/tables.sql +2. For this database run script to create tables. Script is available in config-templates/tables.sql. 3. Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it. 4. Add following to authproc in file saml20-idp-hosted.php: + XX => array( 'class' => 'proxystatistics:statistics', 'config' => array (), ), - where XX is number(for example 50; Must not be used for other modules) + + #where XX is number(for example 50; Must not be used for other modules)