Created
November 7, 2016 11:57
-
-
Save CB9TOIIIA/341ee32987598cfb845f5a061a5d5812 to your computer and use it in GitHub Desktop.
getBody J!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$documentbody = JResponse::getBody(); | |
$documentbody = str_replace ("</body>", $code." </body>", $documentbody); | |
JResponse::setBody($documentbody); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment