Changeset 2096 in ExiteCMS
- Timestamp:
- 12/07/08 01:24:35 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/login_panel/php-files/modules/login_panel/login_panel.php
r2080 r2096 27 27 28 28 // get which authentication to show 29 $variables['auth_methods'] = isset($settings['auth_type']) ? explode(",",$settings['auth_type']) : array('local');29 $variables['auth_methods'] = $GLOBALS['cms_authentication']->selected; 30 30 $variables['method_count'] = count($variables['auth_methods']); 31 31 $variables['auth_state'] = array();
Note: See TracChangeset
for help on using the changeset viewer.
