Hiding Form field in proxy

 

Just find this in Php proxy and replace type=”textbox” with type”hidden”

echo ‘<li class=”option”><label>
<input name=”‘ . $GLOBALS['_config']['flags_var_name'] . ‘[' . $flag_name . ']” checked=”checked” type=”checkbox” />’ . $GLOBALS['_labels'][$flag_name][1] . ‘</label></li>’ .”\n”;

This entry was posted on Friday, April 18th, 2008 at 5:15 am and is filed under Proxy. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Post a Comment