Labels Milestones
Back{ $rel = trim($rel); if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $rel; } /* absolute URL is ready! */ return $scheme . '://' . $abs; Latest commits for file.
New Pull Request{ $rel = trim($rel); if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $rel; } /* absolute URL is ready! */ return $scheme . '://' . $abs; Latest commits for file.
New Pull Request