Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php function smarty_function_mtuseragent ( $args, &$ctx ) { $app = $ctx->stash( 'boo..

Decoded Output download

<?php
function smarty_function_mtuseragent ( $args, &$ctx ) {
    $app = $ctx->stash( 'bootstrapper' );
    if ( $args[ 'raw' ] ) {
        return $_SERVER[ 'HTTP_USER_AGENT' ];
    }
    $like  = $args[ 'like' ];
    $wants = $args[ 'wants' ];
    return $app->get_agent( $wants, $like );
}
?>

Did this file decode correctly?

Original Code

<?php
function smarty_function_mtuseragent ( $args, &$ctx ) {
    $app = $ctx->stash( 'bootstrapper' );
    if ( $args[ 'raw' ] ) {
        return $_SERVER[ 'HTTP_USER_AGENT' ];
    }
    $like  = $args[ 'like' ];
    $wants = $args[ 'wants' ];
    return $app->get_agent( $wants, $like );
}
?>

Function Calls

None

Variables

None

Stats

MD5 322c71d7fca387a17344e0d92b3cd52b
Eval Count 0
Decode Time 70 ms