3
1
Back

$article){ /* dirty absolute URL is ready! */ } /* dirty absolute URL */ /* replace '//' or '/./' or '/foo/../' with '/' */ } function hook_render_article($article) { return $base.$rel; } extract(parse_url($base)); $path = preg_replace('#/[^/]*$#', '', $path); /* replace '//' or '/./' or '/foo/../' with '/' */ $re = array('#(/\.?/)#', '#/(?!\.\.)[^/]+/\.\./#'); for($n=1; $n>0; $abs=preg_replace($re, .

New Pull Request