Closed foxx closed 4 years ago
Inside preferences.php you have;
preferences.php
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.
DASHBOARD_STORE
db
This configurable should either be dropped from default config, or support added into the code.
http://install.sipcapture.io/
Inside
preferences.php
you have;However searching through the code shows that
DASHBOARD_STORE
is never checked fordb
, and always goes to disk.This configurable should either be dropped from default config, or support added into the code.