From 335d885d141e1df9ca6751546f6189765b73974a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 22 Feb 2008 21:19:02 +0000 Subject: fixed a link --- user_guide/libraries/output.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html index a2eea173d..69ab2f128 100644 --- a/user_guide/libraries/output.html +++ b/user_guide/libraries/output.html @@ -105,7 +105,7 @@ $this->output->set_header("Pragma: no-cache");

Permits you to enable/disable the Profiler, which will display benchmark and other data at the bottom of your pages for debugging and optimization purposes.

-

To enable the profiler place the following function anywhere within your Controller functions:

+

To enable the profiler place the following function anywhere within your Controller functions:

$this->output->enable_profiler(TRUE);

When enabled a report will be generated and inserted at the bottom of your pages.

-- cgit v1.2.3-24-g4f1b