Changeset 2080 in ExiteCMS
- Timestamp:
- 11/29/08 11:48:04 (3 years ago)
- Location:
- modules/common/login_panel/php-files/modules/login_panel
- Files:
-
- 2 edited
-
login_panel.php (modified) (1 diff)
-
templates/modules.login_panel.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/login_panel/php-files/modules/login_panel/login_panel.php
r2043 r2080 59 59 $variables['show_passlink'] = 1; 60 60 61 // can we show the login panel? 62 $variables['show_login'] = $settings['auth_ssl'] == 0 || ( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on" ); 63 if (!iMEMBER && !$variables['show_login']) $no_panel_displayed = true; 64 61 65 $template_variables['modules.login_panel'] = $variables; 62 66 ?> -
modules/common/login_panel/php-files/modules/login_panel/templates/modules.login_panel.tpl
r2043 r2080 18 18 {* *} 19 19 {***************************************************************************} 20 {if !$smarty.const.iMEMBER && ($settings.auth_ssl == 0 || $_SERVER.HTTPS|default:"" == "on")}20 {if $show_login} 21 21 {include file="_openside.tpl" name=$_name title=$locale.060 state=$_state style=$_style} 22 22 <div style='text-align:left'>
Note: See TracChangeset
for help on using the changeset viewer.
