define('FORCE_SSL_ADMIN', true); define('FORCE_SSL_LOGIN', true); $_SERVER['HTTPS'] = 'on'; // Força detecção de HTTPS
Milton Campelo Jr