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_mtrawmtmltag ( $args, &$ctx ) { require_once( 'function..
Decoded Output download
<?php
function smarty_function_mtrawmtmltag ( $args, &$ctx ) {
require_once( 'function.mtml.php' );
return smarty_function_mtml( $args, $ctx );
}
?>
Did this file decode correctly?
Original Code
<?php
function smarty_function_mtrawmtmltag ( $args, &$ctx ) {
require_once( 'function.mtml.php' );
return smarty_function_mtml( $args, $ctx );
}
?>
Function Calls
None |
Stats
MD5 | 620d8bc9cf2986572c43b6cbd3bb38ed |
Eval Count | 0 |
Decode Time | 96 ms |