3
1
Back

Comic-fetching.', } function rel2abs($rel, $base) { $rel = trim($rel); if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $base.$rel; if ($rel[0] == '/') { } /* absolute URL */ /* replace '//' or '/./' or '/foo/../' with .

New Pull Request