ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Variables | |
$config = SimpleSAML_Configuration::getInstance() | |
$session = SimpleSAML_Session::getSessionFromRequest() | |
$attributes = array() | |
$attributes ['HTTP_HOST'] = array($_SERVER['HTTP_HOST']) | |
$attributes ['HTTPS'] = isset($_SERVER['HTTPS'])? array($_SERVER['HTTPS']) : array() | |
$attributes ['SERVER_PROTOCOL'] = array($_SERVER['SERVER_PROTOCOL']) | |
$attributes ['SERVER_PORT'] = array($_SERVER['SERVER_PORT']) | |
$attributes ['getBaseURL()'] = array(\SimpleSAML\Utils\HTTP::getBaseURL()) | |
$attributes ['getSelfHost()'] = array(\SimpleSAML\Utils\HTTP::getSelfHost()) | |
$attributes ['getSelfHostWithNonStandardPort()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithNonStandardPort()) | |
$attributes ['selfURLhost()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLHost()) | |
$attributes ['selfURLNoQuery()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLNoQuery()) | |
$attributes ['getSelfHostWithPath()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithPath()) | |
$attributes ['getFirstPathElement()'] = array(\SimpleSAML\Utils\HTTP::getFirstPathElement()) | |
$attributes ['selfURL()'] = array(\SimpleSAML\Utils\HTTP::getSelfURL()) | |
$template = new SimpleSAML_XHTML_Template($config, 'hostnames.php') | |
$template | data ['remaining'] = $session->getAuthData('admin', 'Expire') - time() |
$template | data ['attributes'] = $attributes |
$template | data ['valid'] = 'na' |
$template | data ['logout'] = null |
$attributes = array() |
Definition at line 12 of file hostnames.php.
$attributes[ 'HTTP_HOST'] = array($_SERVER['HTTP_HOST']) |
Definition at line 14 of file hostnames.php.
$attributes[ 'HTTPS'] = isset($_SERVER['HTTPS'])? array($_SERVER['HTTPS']) : array() |
Definition at line 15 of file hostnames.php.
$attributes[ 'SERVER_PROTOCOL'] = array($_SERVER['SERVER_PROTOCOL']) |
Definition at line 16 of file hostnames.php.
$attributes[ 'SERVER_PORT'] = array($_SERVER['SERVER_PORT']) |
Definition at line 17 of file hostnames.php.
$attributes[ 'getBaseURL()'] = array(\SimpleSAML\Utils\HTTP::getBaseURL()) |
Definition at line 19 of file hostnames.php.
$attributes[ 'getSelfHost()'] = array(\SimpleSAML\Utils\HTTP::getSelfHost()) |
Definition at line 20 of file hostnames.php.
$attributes[ 'getSelfHostWithNonStandardPort()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithNonStandardPort()) |
Definition at line 21 of file hostnames.php.
$attributes[ 'selfURLhost()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLHost()) |
Definition at line 22 of file hostnames.php.
$attributes[ 'selfURLNoQuery()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLNoQuery()) |
Definition at line 23 of file hostnames.php.
$attributes[ 'getSelfHostWithPath()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithPath()) |
Definition at line 24 of file hostnames.php.
$attributes[ 'getFirstPathElement()'] = array(\SimpleSAML\Utils\HTTP::getFirstPathElement()) |
Definition at line 25 of file hostnames.php.
$attributes[ 'selfURL()'] = array(\SimpleSAML\Utils\HTTP::getSelfURL()) |
Definition at line 26 of file hostnames.php.
$config = SimpleSAML_Configuration::getInstance() |
Definition at line 6 of file hostnames.php.
$session = SimpleSAML_Session::getSessionFromRequest() |
Definition at line 7 of file hostnames.php.
$template = new SimpleSAML_XHTML_Template($config, 'hostnames.php') |
Definition at line 28 of file hostnames.php.
$template data[ 'remaining'] = $session->getAuthData('admin', 'Expire') - time() |
Definition at line 30 of file hostnames.php.
$template data[ 'attributes'] = $attributes |
Definition at line 31 of file hostnames.php.
$template data[ 'valid'] = 'na' |
Definition at line 32 of file hostnames.php.
$template data[ 'logout'] = null |
Definition at line 33 of file hostnames.php.