/var/softaculous/rosariosis
Edit: /var/softaculous/rosariosis/config.inc.php (1762B)
Rollover program
*/
$DefaultSyear = '2026';
/**
* 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
* - CSP violation reports
*
* 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' ];