sipcapture / homer-api

HOMER 5: Back-End (API) DEPRICATED - use sipcapture/homer-app
http://sipcapture.org
27 stars 67 forks source link

Homer never stores dashboards to DB #90

Closed foxx closed 4 years ago

foxx commented 8 years ago

Inside preferences.php you have;

define('DASHBOARD_STORE','db');
define('DASHBOARD_PARAM', ROOT.'/store/dashboard');

However searching through the code shows that DASHBOARD_STORE is never checked for db, and always goes to disk.

This configurable should either be dropped from default config, or support added into the code.

adubovikov commented 4 years ago

http://install.sipcapture.io/