Skip to content
Snippets Groups Projects
Commit 68b1fd05 authored by alvaro's avatar alvaro
Browse files

Adding URIScheme filter for #98

parent e8c40c96
No related branches found
No related tags found
No related merge requests found
<?php
class Haanga_Extension_Filter_Urischeme
{
static function generator($cmp, $args)
{
return hexec('parse_url', $args[0], hconst('PHP_URL_SCHEME'));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment