summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Advanced
diff options
context:
space:
mode:
authortof <>2008-02-22 17:24:05 +0000
committertof <>2008-02-22 17:24:05 +0000
commit15c48caefda3882b699fbf2ee26a11f059a10715 (patch)
treecc3abbdb081d7cf554b3c305f34b101d01ea654f /demos/quickstart/protected/pages/Advanced
parent707d2c72642b633d5ba8aa0373a272e972971535 (diff)
typo
Diffstat (limited to 'demos/quickstart/protected/pages/Advanced')
-rw-r--r--demos/quickstart/protected/pages/Advanced/Logging.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Advanced/Logging.page b/demos/quickstart/protected/pages/Advanced/Logging.page
index 7f14c004..9161f9fb 100644
--- a/demos/quickstart/protected/pages/Advanced/Logging.page
+++ b/demos/quickstart/protected/pages/Advanced/Logging.page
@@ -26,7 +26,7 @@ Messages logged using the above two functions are kept in memory. To make use of
<li><tt>TFileLogRoute</tt> - filtered messages are stored in a specified log file. By default, this file is named <tt>prado.log</tt> under the runtime directory of the application. File rotation is provided.</li>
<li><tt>TEmailLogRoute</tt> - filtered messages are sent to pre-specified email addresses.</li>
<li><tt>TBrowserLogRoute</tt> - filtered messages are appended to the end of the current page output.</li>
- <li><tt>TFirebugLogRoute</tt> - filtered messages are sent to the <a href="http:/www.getfirebug.com">Firebug</a> console</li>
+ <li><tt>TFirebugLogRoute</tt> - filtered messages are sent to the <a href="http://www.getfirebug.com">Firebug</a> console</li>
</ul>
<p id="780619" class="block-content">
To enable message routing, plug in and configure the <tt>TLogRouter</tt> module in application configuration,