alecpl
2009-11-10 6c5aa6b054f827c444b21c400424396e7d082888
- reverted unintentional change


1 files modified
2 ■■■ changed files
program/include/main.inc 2 ●●● patch | view | raw | blame | history
program/include/main.inc
@@ -1413,7 +1413,7 @@
{
  global $RCMAIL;
  
  if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off')
  if (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) != 'off')
    return true;
  if ($port && $_SERVER['SERVER_PORT'] == $port)
    return true;