mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
11 lines
370 B
PHP
11 lines
370 B
PHP
<?php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the group version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$group_version = 2007012400;
|
|
//$module->requires = 2006120400; // Requires this Moodle version
|
|
|
|
?>
|