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

Commit f6e4f89

Browse files
Update README.md
1 parent 409c99a commit f6e4f89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Module for simpleSAMLphp which shows Proxy IdP/SP statistics
33

44
Guide for use module statistic
55
1. Install MySQL Database and create database for statistics and user.
6-
2. For this database run script to create tables. Script is available in config-templates/tables.sql
6+
2. For this database run script to create tables. Script is available in config-templates/tables.sql.
77
3. Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it.
88
4. Add following to authproc in file saml20-idp-hosted.php:
99

10+
1011
XX => array(
1112
'class' => 'proxystatistics:statistics',
1213
'config' => array (),
1314
),
14-
where XX is number(for example 50; Must not be used for other modules)
15+
16+
#where XX is number(for example 50; Must not be used for other modules)

0 commit comments

Comments
 (0)