This commit is contained in:
2020-02-26 08:54:25 -05:00
parent edb0bfc77a
commit ec1f5965de
3 changed files with 30 additions and 27 deletions
@@ -34,6 +34,7 @@ class Start_Controller extends COR_Controller {
$_SESSION['mypage'] = $out["mypage"];
$_SESSION["top_message"] = " Welcome ".$_SESSION['firstname'];
$_SESSION['myfolder'] = $out["folder"];
$_SESSION['profile_picture'] ="";
}
if (!empty($_SERVER['HTTP_CLIENT_IP'])) {