diff --git a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All index e072093..cf54a04 100644 --- a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All +++ b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All @@ -39,6 +39,10 @@ $data->{'core.notifications'} = { 'USER_EVENTS' => '__true__' }; +$data->{'action.powerfs'} = { + 'AJXP_PLUGIN_ENABLED' => '1' +}; + $data = serialize($data); # PHP::Serialization has now way to # represent a boolean, so lets replace __true__