- Timestamp:
- 05/22/08 21:19:05 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php
r1547 r1577 208 208 209 209 $this->response->write($this->template->getParsedTemplate('frame')); 210 if ($this->request->acceptsCookies() === false) { 211 output_add_rewrite_var($this->session->getName(), $this->session->getId()); 212 } 210 213 } 211 214
