About
- Name
- tictag
- Joined
- June 20
- Last Active
- June 20
- Roles
- Member
Powered by Vanilla
922: */
923: public function SendHeaders() {
924: // TODO: ALWAYS RENDER OR REDIRECT FROM THE CONTROLLER OR HEADERS WILL NOT BE SENT!! PUT THIS IN DOCS!!!
925: foreach ($this->_Headers as $Name => $Value) {
926: header($Name.': '.$Value, TRUE);
927: }
928: // Empty the collection after sending
929: $this->_Headers = array();
930: }
[/PAUL-WWW/tivocentral/vanilla/library/core/functions.error.php:124] PHP::include();
[/PAUL-WWW/tivocentral/vanilla/library/core/functions.error.php:124] PHP::ErrorHandler();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.controller.php:926] PHP::header();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.controller.php:670] Gdn_Controller->SendHeaders();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.pluggable.php:192] Gdn_Controller->xRender();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.pluggable.php:192] Gdn_Pluggable->__call();
[/PAUL-WWW/tivocentral/vanilla/applications/garden/controllers/profile.php:175] ProfileController->Render();
[/PAUL-WWW/tivocentral/vanilla/applications/garden/controllers/profile.php:96] ProfileController->Activity();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.dispatcher.php:222] ProfileController->Index();
[/PAUL-WWW/tivocentral/vanilla/index.php:48] Gdn_Dispatcher->Dispatch();
[Value] 'Mon, 06 Sep 2010 16:17:12 GMT'
[Name] 'Last-Modified'
If you are a user of this website, you can report this message to a website administrator.
If you are an administrator of this website, you can get help at the Lussumo Community Forums.