Jump to content

Featured Replies

  • Author

 

    ob_start();
        $function = 'IPS\\Theme\\'.$functionName;
        $return = $function( ...$params );
        if( $error = ob_get_clean() )
        {
            echo "<strong>{$functionName}</strong><br>{$error}<br><br><pre>{$output}";
            exit;
        }

        /* Return */
        return $return;
    }
}

Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.