mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-30 07:45:37 +02:00
Different Widget for admin, Agent, Sales and Customers Editor
This commit is contained in:
parent
f929560384
commit
da86f2c422
6 changed files with 85 additions and 29 deletions
17
init.php
17
init.php
|
@ -113,10 +113,23 @@ foreach ($result as $value) {
|
|||
$config[$value['setting']] = $value['value'];
|
||||
}
|
||||
|
||||
if(empty($config['dashboard_cr'])){
|
||||
$config['dashboard_cr'] = "12.7,5.12";
|
||||
if(empty($config['dashboard_Admin'])){
|
||||
$config['dashboard_Admin'] = "12.7,5.12";
|
||||
}
|
||||
|
||||
if(empty($config['dashboard_Agent'])){
|
||||
$config['dashboard_Agent'] = "12.7,5.12";
|
||||
}
|
||||
|
||||
if(empty($config['dashboard_Sales'])){
|
||||
$config['dashboard_Sales'] = "12.7,5.12";
|
||||
}
|
||||
|
||||
if(empty($config['dashboard_Customer'])){
|
||||
$config['dashboard_Customer'] = "12.12";
|
||||
}
|
||||
|
||||
|
||||
$_c = $config;
|
||||
if (empty($http_proxy) && !empty($config['http_proxy'])) {
|
||||
$http_proxy = $config['http_proxy'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue