camps 1
This commit is contained in:
@@ -59,6 +59,12 @@ if (isset($_POST['action'])) {
|
||||
log::register('coach_login', $user_coach_id, null, $user_coach_id);
|
||||
header("Location: " . $actual_link);
|
||||
}
|
||||
elseif ($user_camp_id) {
|
||||
//sikeres bejelentkezés táborózóként
|
||||
$login->login_user($user_camp_id, 'badminton_camp_user', 4);
|
||||
//log::register('camp_login', $user_coach_id, null, $user_coach_id);
|
||||
header("Location: " . $actual_link);
|
||||
}
|
||||
else {
|
||||
//die($user_coach_id);
|
||||
//sikertelen bejelentkezés
|
||||
|
||||
Reference in New Issue
Block a user