'freezed', '1' => 'normal', '5' => 'super'); $HUB['stts']['project'] = array('0' => 'closed', '1' => 'opening'); $HUB['stts']['doc'] = array('0' => 'unread', '1' => 'read'); $HUB['stts']['mprel'] = array('1' => 'client', '2' => 'partner', '3' => 'manager', '4' => 'leader'); // miscellenous parameters $HUB['misc']['debug'] = false; $HUB['misc']['time'] = 'Y-m-d H:i:s'; $HUB['misc']['sprtr'] = '________'; /* the codes below have been moved to security.inc.php! // security protection session_start(); if (!strstr($HUB['sys']['login'], $PHP_SELF) && !session_is_registered('member')) { header('Location: ' . $HUB['sys']['login']); exit(); } */ ?>