ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
disable.php File Reference

Go to the source code of this file.

Namespaces

 SimpleSAMLphp
 Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes.
 

Variables

 $params
 
 $globalConfig = SimpleSAML_Configuration::getInstance()
 
 $session = SimpleSAML_Session::getSessionFromRequest()
 
 $t = new SimpleSAML_XHTML_Template($globalConfig, 'negotiate:disable.php')
 
$t data ['url'] = SimpleSAML\Module::getModuleURL('negotiate/enable.php')
 

Variable Documentation

◆ $globalConfig

Definition at line 18 of file disable.php.

◆ $params

$params
Initial value:
= array(
'expire' => (mktime(0,0,0,1,1,2038)),
'secure' => FALSE,
'httponly' => TRUE,
)

Definition at line 11 of file disable.php.

◆ $session

Definition at line 19 of file disable.php.

◆ $t

$t = new SimpleSAML_XHTML_Template($globalConfig, 'negotiate:disable.php')

Definition at line 21 of file disable.php.

◆ data

$t data[ 'url'] = SimpleSAML\Module::getModuleURL('negotiate/enable.php')

Definition at line 22 of file disable.php.