mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
7 lines
69 B
PHP
7 lines
69 B
PHP
|
<?php
|
||
|
|
||
|
function xmldb_auth_pop3_install() {
|
||
|
global $CFG, $DB;
|
||
|
|
||
|
}
|