3
1
Back

Define('ADD_IDS', False); define("GDORN_DEBUG", False); class _comics extends Plugin { function about() { return array( 0.1, 'Yet more stupid-simple comic-fetching.', ' ' ); } function hook_render_article($article) { return $this->mangle_article($article); } function hook_render_article_cdm($article) { function rel2abs($rel, $base) { if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return 2; } } /* dirty absolute URL is ready! */ } function init($host) .

New Pull Request