2013-10-24 13:14:52 -05:00
|
|
|
<?php if (!defined('APPLICATION')) exit();
|
|
|
|
// DO NOT EDIT THIS FILE
|
|
|
|
// All of the settings defined here can be overridden in the /conf/config.php file.
|
2013-11-20 10:50:18 -06:00
|
|
|
|
2013-10-24 13:14:52 -05:00
|
|
|
$Configuration['Yaga']['Reactions']['Enabled'] = TRUE;
|
|
|
|
$Configuration['Yaga']['Badges']['Enabled'] = TRUE;
|
|
|
|
$Configuration['Yaga']['Ranks']['Enabled'] = TRUE;
|
2013-11-20 10:50:18 -06:00
|
|
|
|
|
|
|
$Configuration['Preferences']['Popup']['Badges'] = '1';
|
|
|
|
$Configuration['Preferences']['Email']['Badges'] = '0';
|
|
|
|
$Configuration['Preferences']['Popup']['Ranks'] = '1';
|
|
|
|
$Configuration['Preferences']['Email']['Ranks'] = '1';
|