You are here

function drupalauth4ssp_update_7000 in DrupalAuth for SimpleSAMLphp 7

Add new setting for redirect restriction.

File

./drupalauth4ssp.install, line 19
Install/Uninstall functions file for the drupalauth4ssp module.

Code

function drupalauth4ssp_update_7000() {
  variable_get('drupalauth4ssp_returnto_list', '*');
}