Changeset 5568 for OpenPNE/trunk/webapp/lib/auth.inc
- Timestamp:
- Mar 4, 2008, 4:40:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/lib/auth.inc
r5115 r5568 40 40 $GLOBALS['AUTH'] = $auth; 41 41 42 if ( IS_SLAVEPNE&& (empty($_SESSION['regist_step']) || !$_SESSION['regist_step'])) {42 if (OPENPNE_AUTH_MODE != 'email' && (empty($_SESSION['regist_step']) || !$_SESSION['regist_step'])) { 43 43 $check_param = db_member_check_param_inputed($u); 44 44 $_SESSION['regist_step'] = ($check_param == 0); … … 53 53 ); 54 54 55 if ( ($check_param == 1) && !$prof_ext_page[$current_page]) {55 if (OPENPNE_AUTH_MODE == 'slavepne' && ($check_param == 1) && !$prof_ext_page[$current_page]) { 56 56 openpne_redirect('pc', 'page_h_regist_intro'); 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.