Home | History | Annotate | Download | only in hello-php

Lines Matching refs:isset

31 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != 'on') ? 'http' :
121 if (!isset($_GET['openid_mode'])) {
124 if (isset($_GET['login'])) {
143 if (isset($_REQUEST['popup']) && !isset($_SESSION['redirect_to'])) {
147 } else if (isset($_SESSION['redirect_to'])) {
151 } else if (isset($_REQUEST['queryLicenseServer'])) {
155 } else if (isset($_GET['logout'])) {
180 <?php if (!isset($_SESSION['userId'])): ?>
187 <?php if (isset($_SESSION['attributes'])): ?>