full widget support

This commit is contained in:
iBNu Maksum
2025-02-18 15:52:53 +07:00
parent fca86ac4dc
commit 023b4884d1
12 changed files with 188 additions and 810 deletions

View File

@ -112,6 +112,11 @@ $result = ORM::for_table('tbl_appconfig')->find_many();
foreach ($result as $value) {
$config[$value['setting']] = $value['value'];
}
if(empty($config['dashboard_cr'])){
$config['dashboard_cr'] = "12.7,5.12";
}
$_c = $config;
if (empty($http_proxy) && !empty($config['http_proxy'])) {
$http_proxy = $config['http_proxy'];