Changeset 20666 for events/phpframework/plain_php/trunk/core/Action.php
- Timestamp:
- 10/04/08 11:10:40 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/plain_php/trunk/core/Action.php
r20336 r20666 45 45 protected function setCookie($name, $val) 46 46 { 47 setcookie($name, $val, time() + $this->getConfig()->cookie_timeout , $this->context->cookiePath, $this->context->cookieDomain);47 setcookie($name, $val, time() + $this->getConfig()->cookie_timeout); 48 48 } 49 49
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)