3
1
Back

If ($rel[0]=='#' || $rel[0]=='?') { return $rel; } if ($rel[0] == '/') { $path = preg_replace('#/[^/]*$#', '', $path); if ($rel[0] == '/') { $path = ''; } /* dirty absolute URL */ $abs = "$host$path/$rel"; function get_content($link) { $html .

New Pull Request