mirror of
https://github.com/moodle/moodle.git
synced 2025-03-03 15:29:08 +01:00
7 lines
67 B
PHP
7 lines
67 B
PHP
|
<?php
|
||
|
|
||
|
function xmldb_auth_fc_install() {
|
||
|
global $CFG, $DB;
|
||
|
|
||
|
}
|