global $is_https
Boolean indicating whether or not the current request is secured by HTTPS.
Archivo
- documentation-7.x/
developer/ globals.php, line 267 - These are the global variables that Drupal uses.
Código
global $is_https;
Boolean indicating whether or not the current request is secured by HTTPS.
global $is_https;