File tree Expand file tree Collapse file tree 5 files changed +471
-473
lines changed
Expand file tree Collapse file tree 5 files changed +471
-473
lines changed Original file line number Diff line number Diff line change 1818 //'signResponse' => TRUE,
1919
2020 /**
21- * Sign the whole assertion, default is false.
22- */
21+ * Sign the whole assertion, default is false.
22+ */
2323 //'signAssertion' => FALSE,
2424
2525);
26-
27-
Original file line number Diff line number Diff line change 11<?php
2+
23/**
34 * Hook to add the modinfo module to the frontpage.
45 *
5- * @param array &$links The links on the frontpage, split into sections.
6+ * @param array &$links The links on the frontpage, split into sections.
67 */
7- function aa_hook_frontpage (&$ links ) {
8- assert ('is_array($links) ' );
9- assert ('array_key_exists("links", $links) ' );
8+ function aa_hook_frontpage (&$ links )
9+ {
10+ assert ('is_array($links) ' );
11+ assert ('array_key_exists("links", $links) ' );
1012
11- $ links ['federation ' ][] = array (
12- 'href ' => SimpleSAML_Module::getModuleURL ('aa/metadata.php?output=xhtml ' ),
13- 'text ' => '{aa:aa:text} ' ,
14- );
13+ $ links ['federation ' ][] = array (
14+ 'href ' => SimpleSAML_Module::getModuleURL ('aa/metadata.php?output=xhtml ' ),
15+ 'text ' => '{aa:aa:text} ' ,
16+ );
1517}
16- ?>
You can’t perform that action at this time.
0 commit comments