Home
last modified time | relevance | path

Searched refs:pu (Results 1 – 1 of 1) sorted by relevance

/web-php/
H A Dsubmit-event.php66 $pu = parse_url($_POST['url']); variable
67 $pu['host'] = isset($pu['host']) ? trim($pu['host']) : '';
72 elseif (empty($pu['host']) || !in_array($pu['scheme'], $valid_schemes, false)) {

Completed in 15 milliseconds