Skip to content
Snippets Groups Projects
Unverified Commit 04546299 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix docs file extension

parent 75c5893f
No related branches found
No related tags found
No related merge requests found
...@@ -321,7 +321,7 @@ $config = [ ...@@ -321,7 +321,7 @@ $config = [
/* /*
* Custom error show function called from SimpleSAML\Error\Error::show. * Custom error show function called from SimpleSAML\Error\Error::show.
* See docs/simplesamlphp-errorhandling.txt for function code example. * See docs/simplesamlphp-errorhandling.md for function code example.
* *
* Example: * Example:
* 'errors.show_function' => ['SimpleSAML\Module\example\Error', 'show'], * 'errors.show_function' => ['SimpleSAML\Module\example\Error', 'show'],
...@@ -663,7 +663,7 @@ $config = [ ...@@ -663,7 +663,7 @@ $config = [
/* /*
* Custom function for session checking called on session init and loading. * Custom function for session checking called on session init and loading.
* See docs/simplesamlphp-advancedfeatures.txt for function code example. * See docs/simplesamlphp-advancedfeatures.md for function code example.
* *
* Example: * Example:
* 'session.check_function' => ['\SimpleSAML\Module\example\Util', 'checkSession'], * 'session.check_function' => ['\SimpleSAML\Module\example\Util', 'checkSession'],
......
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