mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
12 lines
370 B
PHP
12 lines
370 B
PHP
<?php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the group version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$group_version = 2006120401;
|
|
//$module->requires = 2006120400; // Requires this Moodle version
|
|
|
|
?>
|