Searched refs:isHTTPS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php90 $isHTTPS = ( isset ( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ); variable
92 ( ( !$isHTTPS && $_SERVER["SERVER_PORT"] != "80" ) ||
93 ( $isHTTPS && $_SERVER["SERVER_PORT"] != "443" ) ) );
97 $dest = ( $isHTTPS ? 'https://' : 'http://' ) .

Completed in 156 milliseconds