Ignore:
Timestamp:
04/15/10 16:40:45 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Migrando mais parâmetros para a classe Settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/993/inc/class.external_bridge.inc.php

    r2492 r2552  
    114114        function render() 
    115115        { 
    116                 if (($GLOBALS['phpgw_info']['server']['use_https'] > 0) && ($_SERVER['HTTPS'] != 'on')) 
     116                if ((Settings::get('expresso', 'use_https') > 0) && ($_SERVER['HTTPS'] != 'on')) 
    117117                { 
    118118                        header('Location: https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); 
Note: See TracChangeset for help on using the changeset viewer.