Changeset 30 for dev/common/class.page.php
- Timestamp:
- 10/22/06 21:12:01 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.page.php
r12 r30 20 20 $this->killboard_ = new Killboard(KB_SITE); 21 21 22 $this->session_ = new Session($_COOKIE['EVK_COOKIE'], 23 $_SERVER['REMOTE_ADDR']); 22 $this->session_ = new Session(); 24 23 25 24 $this->cachable_ = $cachable;