CAMP part 1, registration, apply, new login screen, wide layout
This commit is contained in:
@@ -13,6 +13,11 @@ elseif ($from == 'coach') {
|
||||
$log_c = 'coach_logout';
|
||||
$cookie = 'coach';
|
||||
|
||||
}
|
||||
elseif ($from == 'tabor') {
|
||||
$log_c = 'camp_user_logout';
|
||||
$cookie = 'camp';
|
||||
|
||||
}
|
||||
log::register($log_c, $_COOKIE['badminton_'.$cookie.'_user']);
|
||||
setcookie('badminton_'.$cookie.'_user', 'null', time()-60*60*72, '/');
|
||||
|
||||
Reference in New Issue
Block a user