diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2009-11-26 14:21:20 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2009-11-26 14:21:20 -0500 |
| commit | 224f9ee5014ae5c5399188afd8d38e3b620e2856 (patch) | |
| tree | 6432f783d495626e962835009b6d2f4fd53e42cd /includes/session.php | |
| parent | 34d358ba240bd19491f0f97faf04513318bee6c0 (diff) | |
| download | fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.gz fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.bz2 fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.zip | |
Added Fouripedia compatibility
Made many strutural changes to Four Island allowing for the reinclusion of Fouripedia.
Diffstat (limited to 'includes/session.php')
| -rwxr-xr-x | includes/session.php | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/includes/session.php b/includes/session.php index 94c919a..2e0824a 100755 --- a/includes/session.php +++ b/includes/session.php | |||
| @@ -22,7 +22,7 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | |||
| 22 | 22 | ||
| 23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
| 24 | 24 | ||
| 25 | session_start(); | 25 | @session_start(); |
| 26 | 26 | ||
| 27 | function getSessionID() | 27 | function getSessionID() |
| 28 | { | 28 | { |
