Ignore:
Timestamp:
11/29/08 11:48:04 (3 years ago)
Author:
WanWizard
Message:

fixed display of a login panel with http even when ssl was set as required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/login_panel/php-files/modules/login_panel/templates/modules.login_panel.tpl

    r2043 r2080  
    1818{*                                                                         *} 
    1919{***************************************************************************} 
    20 {if !$smarty.const.iMEMBER && ($settings.auth_ssl == 0 || $_SERVER.HTTPS|default:"" == "on")} 
     20{if $show_login} 
    2121    {include file="_openside.tpl" name=$_name title=$locale.060 state=$_state style=$_style} 
    2222    <div style='text-align:left'> 
Note: See TracChangeset for help on using the changeset viewer.