Rollover program */ $DefaultSyear = '2020'; /** * Email address to receive notifications * - new administrator account * - new student / user account * - new registration * * Leave empty to not receive email notifications */ $RosarioNotifyAddress = ''; /** * Email address to receive errors * - PHP fatal error * - database SQL error * - hacking attempts * * Leave empty to not receive errors */ $RosarioErrorsAddress = ''; /** * Locales * * Add other languages you want to support here * * @see locale/ folder * * For American, French and Spanish: * * @example array( 'en_US.utf8', 'fr_FR.utf8', 'es_ES.utf8' ); */ $RosarioLocales = array( 'en_US.utf8' );