Changeset 1668 in ExiteCMS for branches/PLi-Fusion/includes/user_functions.php
- Timestamp:
- 08/21/08 22:24:35 (4 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/includes/user_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/user_functions.php
r1666 r1668 59 59 if (isset($_POST['login'])) { 60 60 $auth_result = false; 61 $auth_methods = explode(",",$settings['auth_type'].",");61 $auth_methods = isset($settings['auth_type']) ? explode(",",$settings['auth_type'].",") : array('local'); 62 62 foreach($auth_methods as $auth_method) { 63 63 switch($auth_method) {
Note: See TracChangeset
for help on using the changeset viewer.
