Changeset 2095 in ExiteCMS for trunk/login.php
- Timestamp:
- 12/07/08 01:22:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/login.php
r1936 r2095 40 40 41 41 // get which authentication to show 42 $variables['auth_methods'] = explode(",",$settings['auth _type']);42 $variables['auth_methods'] = explode(",",$settings['authentication_selected']); 43 43 $variables['method_count'] = count($variables['auth_methods']); 44 44 $variables['auth_state'] = array();
Note: See TracChangeset
for help on using the changeset viewer.
