diff options
Diffstat (limited to 'app/class/controllerconnect.php')
-rw-r--r-- | app/class/controllerconnect.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/class/controllerconnect.php b/app/class/controllerconnect.php index 355de1d..2e3f976 100644 --- a/app/class/controllerconnect.php +++ b/app/class/controllerconnect.php @@ -36,6 +36,9 @@ class Controllerconnect extends Controller $this->user = $this->usermanager->login($_POST['pass']); if($this->user != false) { $this->usermanager->writesession($this->user); + $_SESSION['workspace']['showleftpanel'] = true; + $_SESSION['workspace']['showrightpanel'] = false; + } } if (!empty($id)) { |