Added error report script, and changed simpleSAMLphp to use that script.
The 'errorreportaddress' configuration option is now removed, and the user must set the 'technicalcontact_email' to enable error reporting. This patch introduces two new strings which should be translated, both in dict/errors.php: 'errorreport_header': Error report sent 'errorreport_text': The error report has been sent to the administrators. A more descriptive message should probably be set as the text. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@605 44740490-163a-0410-bde0-09ae8108e29a
Showing
- config-templates/config.php 1 addition, 1 deletionconfig-templates/config.php
- dictionaries/errors.php 6 additions, 0 deletionsdictionaries/errors.php
- lib/SimpleSAML/Utilities.php 13 additions, 3 deletionslib/SimpleSAML/Utilities.php
- templates/default/error.php 11 additions, 9 deletionstemplates/default/error.php
- templates/default/errorreport.php 9 additions, 0 deletionstemplates/default/errorreport.php
- www/errorreport.php 121 additions, 0 deletionswww/errorreport.php
templates/default/errorreport.php
0 → 100644
www/errorreport.php
0 → 100644
Please register or sign in to comment