mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
13 lines
393 B
PHP
13 lines
393 B
PHP
<?php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2010042800;
|
|
$module->requires = 2010042800; // Requires this Moodle version
|
|
$module->cron = 60;
|
|
|
|
|