Rollover program */ $DefaultSyear = '2024'; /** * Email address to receive notifications * - new administrator account * - new student / user account * - new registration * * Leave empty to not receive email notifications */ $RosarioNotifyAddress = '[[admin_email]]'; /** * 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 [ 'en_US.utf8', 'fr_FR.utf8', 'es_ES.utf8' ]; */ $RosarioLocales = [ '[[language]].utf8' ];