@@ -218,8 +218,10 @@ if (isset($_POST['login'])) {
//}
}
header("Location: $config_start_page");
if($_GET['url'])
header("Location: ".$_GET['url']);
else
header("Location: $config_start_page");
}else{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.