Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$uid = (CIBlockElement::GetProperty(193, $this->GetDocumentId()[2],"","",array("CODE"=>"SO..
Decoded Output download
<? $uid = (CIBlockElement::GetProperty(193, $this->GetDocumentId()[2],"","",array("CODE"=>"SOTRUDNIK"))->Fetch())['VALUE'];
$aru = CUser::GetByID($uid)->Fetch();
$SNILS = $aru['UF_SNILS'];
$this->SetVariable('SNILS', $SNILS); ?>
Did this file decode correctly?
Original Code
$uid = (CIBlockElement::GetProperty(193, $this->GetDocumentId()[2],"","",array("CODE"=>"SOTRUDNIK"))->Fetch())['VALUE'];
$aru = CUser::GetByID($uid)->Fetch();
$SNILS = $aru['UF_SNILS'];
$this->SetVariable('SNILS', $SNILS);
Function Calls
None |
Stats
MD5 | b1cba26345f3ad56d7aa6619eabb034e |
Eval Count | 0 |
Decode Time | 42 ms |