Enable notifications

tags/0.1.9
Daniel Berteaud 11 years ago
parent 41305fa1e4
commit cf273d4871
  1. 12
      root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All

@ -25,6 +25,18 @@ $data->{'core.log'} = {
} }
}; };
$data->{'core.notifications'} = {
'UNIQUE_FEED_INSTANCE' => {
'instance_name' => 'feed.sql',
'group_switch_value' => 'feed.sql',
'SQL_DRIVER' => {
'group_switch_value' => 'core',
'core_driver' => 'core'
}
},
'USER_EVENTS' => '1'
};
$OUT = serialize($data); $OUT = serialize($data);
} }

Loading…
Cancel
Save