3
1
Back

/* absolute URL */ $abs = "$host$path/$rel"; function api_version() { return $rel; } extract(parse_url($base)); $path = preg_replace('#/[^/]*$#', '', $path); if ($rel[0] == '/') { $path = preg_replace('#/[^/]*$#', '', $path); if ($rel[0] == .

New Pull Request