Ignore:
Timestamp:
10/17/08 16:56:16 (4 years ago)
Author:
hverton
Message:

updated due to the rewrite of the login/logout code

File:
1 edited

Legend:

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

    r1844 r1859  
    1515{*                                                                          *} 
    1616{****************************************************************************} 
    17 {if !$smarty.const.iMEMBER} 
     17{if !$smarty.const.iMEMBER && ($settings.auth_ssl == 0 || $_SERVER.HTTPS|default:"" == "on")} 
    1818    {include file="_openside.tpl" name=$_name title=$locale.060 state=$_state style=$_style} 
    1919    <div style='text-align:left'> 
    2020        {$loginerror|default:""} 
    21         <form name='loginform2' method='post' action='{$smarty.const.FUSION_SELF}'> 
     21        <form name='loginform2' method='post' action='{$smarty.const.BASEDIR}setuser.php?login=yes'> 
    2222            {foreach from=$auth_methods item=method key=i} 
    2323                {if $method_count > 1} 
Note: See TracChangeset for help on using the changeset viewer.