Skip to content
Snippets Groups Projects
Commit 86299c1e authored by alangrafu's avatar alangrafu
Browse files

Adding Urldecode filter

parent 5cfa7ce3
No related branches found
No related tags found
No related merge requests found
<?php
class Haanga_Extension_Filter_UrlDecode
{
public static function generator($cmp, $args)
{
$cmp->var_is_safe = TRUE;
return hexec('urldecode', $args[0]);
}
}
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