From f19255ee5e37882db03bad30103cfaaf8785852c Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Fri, 1 Sep 2017 12:56:15 +0200 Subject: [PATCH] Minor - change style --- tests/xhprof/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/xhprof/README.md b/tests/xhprof/README.md index 6fbc2465a0..f2399e9c24 100644 --- a/tests/xhprof/README.md +++ b/tests/xhprof/README.md @@ -8,7 +8,8 @@ forked it, between other reasons to provide support for PHP 7. To enable the profiler into Chamilo, you will need to do the following: - install the tideways-php library from https://tideways.io/profiler/downloads -- add the following two lines to your Apache VirtualHost or (in a slightly different form) to your php.ini config (don't forget to update the path to your Chamilo root directory): +- add the following two lines to your Apache VirtualHost or (in a slightly different form) to your php.ini config + (don't forget to update the path to your Chamilo root directory): ``` php_value auto_prepend_file /var/www/chamilo/tests/xhprof/header.php php_value auto_append_file /var/www/chamilo/tests/xhprof/footer.php @@ -22,4 +23,6 @@ To enable the profiler into Chamilo, you will need to do the following: ## Using XHProf -Once you've done all the above, reload any Chamilo page. You should now see a little link at the bottom left of the page (under the footer). Click the link to see the details of the page load as seen by the profiler. \ No newline at end of file +Once you've done all the above, reload any Chamilo page. +You should now see a little link at the bottom left of the page (under the footer). +Click the link to see the details of the page load as seen by the profiler. \ No newline at end of file