Hi, Moodle 3.3.2 upgrading to 3.5.
I've to add these lines to config.php:
//
//When working with production data on test servers, no emails or //other messages
//should ever be sent to real users
$CFG->noemailever = true; // NOT FOR PRODUCTION SERVERS!
//Is it fine to add them soon after:
$CFG->admin = 'admin';
and before:
require_once(__DIR__ . '/lib/setup.php'); // Do not edit
I've just other commented lines in between the two above.
Thank you