Error in bulk user actions - delete users

Re: Error in bulk user actions - delete users

by Gus Hagelberg -
Number of replies: 0
Here are the first 10 lines of my config.php <?php // Moodle configuration file

unset($CFG);
global $CFG;
$CFG = new stdClass();

$CFG->dbtype = 'mariadb';
$CFG->dblibrary = 'native';
$CFG->dbhost = 'localhost';
$CFG->dbname = 'moodle';