tbrehm
2010-09-16 f150f05b5d12c84e2d9ac97eac4728d1bd4a8290
Implemented: FS#1280 - Dashboard and remote
2 files modified
4 ■■■■ changed files
interface/web/client/client_edit.php 2 ●●● patch | view | raw | blame | history
interface/web/client/reseller_edit.php 2 ●●● patch | view | raw | blame | history
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;
interface/web/client/reseller_edit.php
@@ -144,7 +144,7 @@
        $username = $app->db->quote($this->dataRecord["username"]);
        $password = $app->db->quote($this->dataRecord["password"]);
        $modules = $conf['interface_modules_enabled'] . ',client';
        $startmodule = 'client';
        $startmodule = (stristr($modules,'dashboard'))?'dashboard':'client';
        $usertheme = $app->db->quote($this->dataRecord["usertheme"]);
        $type = 'user';
        $active = 1;