mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
This commit is contained in:
commit
0a440312d2
@ -372,6 +372,9 @@ if (! isset ($config['id_user'])) {
|
|||||||
case 'Dashboard':
|
case 'Dashboard':
|
||||||
$_GET["sec"] = "dashboard";
|
$_GET["sec"] = "dashboard";
|
||||||
$_GET["sec2"] = ENTERPRISE_DIR.'/dashboard/main_dashboard';
|
$_GET["sec2"] = ENTERPRISE_DIR.'/dashboard/main_dashboard';
|
||||||
|
$id_dashboard_select =
|
||||||
|
db_get_value('id', 'tdashboard', 'name', $home_url);
|
||||||
|
$_GET['id_dashboard_select'] = $id_dashboard_select;
|
||||||
break;
|
break;
|
||||||
case 'Visual console':
|
case 'Visual console':
|
||||||
$_GET["sec"] = "visualc";
|
$_GET["sec"] = "visualc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user