Ticket #2701: 2701i.patch
File 2701i.patch, 572 bytes (added by , 19 years ago) |
---|
-
C:/Programme/Apache
15 15 $man = 'linkmeta'; 16 16 break; 17 17 default: 18 exit; 18 if(isset($_GET["man"]) && !empty($_GET["man"])) $man = preg_replace("=[^a-zA-Z0-9\-_]=","",$_GET["man"]); 19 else exit; 19 20 break; 20 21 endswitch; 21 22 ?>