diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-06 19:43:47 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-06 19:43:47 +0200 |
commit | 956631d2b8f0f1173f55134b8465b41d2018edfa (patch) | |
tree | 09cfa29116713be21bec560b10f02a9cf2aec5bc /user_guide_src/source/libraries/output.rst | |
parent | dc9bfb7ffbbd53fa4ad0c22c8c42300dd882ecca (diff) |
[ci skip] Alter some changelog entries
Diffstat (limited to 'user_guide_src/source/libraries/output.rst')
-rw-r--r-- | user_guide_src/source/libraries/output.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/output.rst b/user_guide_src/source/libraries/output.rst index 0472d14cf..3289a241f 100644 --- a/user_guide_src/source/libraries/output.rst +++ b/user_guide_src/source/libraries/output.rst @@ -105,6 +105,9 @@ Permits you to manually set a server status header. Example:: `See here <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>`_ for a full list of headers. +.. note:: This method is an alias for :doc:`Common function <../general/common_funtions.rst>` + ``set_status_header()``. + $this->output->enable_profiler(); ================================== |