3
1
Back

Try { return $this->mangle_article($article); } function hook_render_article_cdm($article) { return 2; } /* absolute URL */ $abs = "$host$path/$rel"; function api_version() { $re = array( '#(/\.?/)#', '#/(?!\.\.)[^/]+/\.\./#' ); for ($n = 1; $n > 0; $abs = preg_replace($re, '/', $abs, -1, $n)) {} /* absolute URL */ $abs = "$host$path/$rel"; /* replace '//' or '/./' or '/foo/../' with '/' */ $re = array( '#(/\.?/)#', '#/(?!\.\.)[^/]+/\.\./#' ); for ($n = 1; $n.

New Pull Request