summaryrefslogtreecommitdiffstats
path: root/application/core/MY_Output.php
AgeCommit message (Collapse)AuthorFilesLines
2016-10-31Disable special handling of {elapsed_time} and {memory_usage}Florian Pritz1-0/+16
Documentation says that the variable can be set from the controller, but it's protected and thus throws and exception. Good documentation is hard to come by... Signed-off-by: Florian Pritz <bluewind@xinu.at>