From acdbc686630f523cee598a95415b515d531b2bde Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 8 Jan 2019 20:02:52 +0100 Subject: multi edit --- app/class/controllerconnect.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/class/controllerconnect.php') 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)) { -- cgit v1.2.3