All pastes #42593 Raw Edit

Unnamed

public text v1 · immutable
#42593 ·published 2006-02-21 06:19 UTC
rendered paste body
<?
$tags = array("host=select");
$myFilter = new InputFilter($tags, 1);
$_POST = $myFilter->process($_POST);
?>