fix
This commit is contained in:
@@ -32,6 +32,7 @@ class Start_Controller extends COR_Controller {
|
||||
$_SESSION['member_id'] = $out["member_id"]; // $ret->id;
|
||||
$_SESSION['loc'] = $out["loc"];
|
||||
$_SESSION['mypage'] = $out["mypage"];
|
||||
$_SESSION["top_message"] = " Welcome ".$_SESSION['firstname'];
|
||||
}
|
||||
|
||||
if (!empty($_SERVER['HTTP_CLIENT_IP'])) {
|
||||
|
||||
Reference in New Issue
Block a user