[Solved] Decode PHP base64 encode [closed]


executing strrev function we have:
@eval(base64_decode(str_rot13($WebBit_FB_app)));

try to print $WebBit_FB_app variable, then use str_rot13() and base64_decode()

solved Decode PHP base64 encode [closed]