Changeset 3104 in subversion


Ignore:
Timestamp:
Nov 10, 2009 6:04:10 AM (4 years ago)
Author:
alec
Message:
  • reverted unintentional change
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r3103 r3104  
    14141414  global $RCMAIL; 
    14151415   
    1416   if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') 
     1416  if (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) != 'off') 
    14171417    return true; 
    14181418  if ($port && $_SERVER['SERVER_PORT'] == $port) 
Note: See TracChangeset for help on using the changeset viewer.