Files
var-monorepo/moodle/moodle-data/cache/bootstrap.php
2025-06-10 11:53:43 -07:00

9 lines
369 B
PHP

<?php
// ********** This file is generated DO NOT EDIT **********
$CFG->siteidentifier = 'kVPWBcyhPcL6U2Mvvgw1OEPOjWPbkKXUlocalhost';
$CFG->bootstraphash = '65602f70d80bf9b490122b5b9239c5a4';
// Only if the file is not stale and has not been defined.
if ($CFG->bootstraphash === hash_local_config_cache() && !defined('SYSCONTEXTID')) {
define('SYSCONTEXTID', 1);
}