Changeset 2079 in ExiteCMS for trunk/modules/user_info_panel/user_info_panel.php
- Timestamp:
- 11/29/08 11:47:50 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/user_info_panel/user_info_panel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_info_panel/user_info_panel.php
r2060 r2079 111 111 $variables['show_passlink'] = 1; 112 112 113 // can we show the login panel? 114 $variables['show_login'] = $settings['auth_ssl'] == 0 || ( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on" ); 115 if (!iMEMBER && !$variables['show_login']) $no_panel_displayed = true; 116 113 117 $template_variables['modules.user_info_panel'] = $variables; 114 118 ?>
Note: See TracChangeset
for help on using the changeset viewer.
