/users/patterns/www2_Hacked_x/pp/getpattern.php
1 2 3 4 5
<?php
$code
=
$_GET
[
'code'
];
$id
=
$_GET
[
'id'
];
include(
"getpatternDL.php"
);
?>