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”;
April 18th, 2008 in
Proxy
