From 4ef1a553e57e5447db4431f5ea8cc4e35cae148f Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Mon, 28 Mar 2011 15:56:33 -0400 Subject: [PATCH] added default-values for first use to the rescue-module --- interface/web/client/client_edit.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/client/client_edit.php b/interface/web/client/client_edit.php index 5da7110..0cee48a 100644 --- a/interface/web/client/client_edit.php +++ b/interface/web/client/client_edit.php @@ -143,7 +143,7 @@ $password = $app->db->quote($this->dataRecord["password"]); $modules = $conf['interface_modules_enabled']; if($this->dataRecord["limit_client"] > 0) $modules .= ',client'; - $startmodule = 'mail'; + $startmodule = (stristr($modules,'dashboard'))?'dashboard':'client'; $usertheme = $app->db->quote($this->dataRecord["usertheme"]); $type = 'user'; $active = 1; -- Gitblit v1.9.1